54 lines
No EOL
1.3 KiB
JSON
54 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "@vercel/introspection",
|
|
"version": "0.0.10",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://vercel.com/docs",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts"
|
|
},
|
|
"./loaders/cjs": "./dist/loaders/cjs.js",
|
|
"./loaders/esm": "./dist/loaders/esm.js",
|
|
"./loaders/hooks": "./dist/loaders/hooks.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/introspection"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"path-to-regexp": "8.3.0",
|
|
"zod": "3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "5.0.3",
|
|
"@types/fs-extra": "11",
|
|
"@types/jest": "27.5.1",
|
|
"@vercel/nft": "1.1.1",
|
|
"@types/node": "20.11.0",
|
|
"fs-extra": "11.1.0",
|
|
"execa": "3.2.0",
|
|
"hono": "4.10.1",
|
|
"jest-junit": "16.0.0",
|
|
"tsdown": "0.16.3",
|
|
"vite": "^5.1.6",
|
|
"vitest": "^2.0.1",
|
|
"@vercel/cervel": "0.0.10",
|
|
"@vercel/build-utils": "13.2.14",
|
|
"@vercel/static-config": "3.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"vitest-run": "vitest -c ../../vitest.config.mts",
|
|
"vitest-unit": "glob --absolute 'test/unit/**/*.test.ts' 'test/unit/**/*.test.mts'",
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
} |