39 lines
No EOL
957 B
JSON
39 lines
No EOL
957 B
JSON
{
|
|
"name": "@vercel/koa",
|
|
"version": "0.1.10",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/index.js",
|
|
"homepage": "https://vercel.com/docs",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/koa"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"edge-entry.js"
|
|
],
|
|
"dependencies": {
|
|
"@vercel/static-config": "3.1.2",
|
|
"@vercel/node": "5.5.28"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "27.5.1",
|
|
"@types/node": "20.11.0",
|
|
"execa": "3.2.0",
|
|
"fs-extra": "11.1.0",
|
|
"jest-junit": "16.0.0",
|
|
"vite": "^5.1.6",
|
|
"vitest": "^2.0.1",
|
|
"@vercel/build-utils": "13.2.16"
|
|
},
|
|
"scripts": {
|
|
"build": "node ../../utils/build-builder.mjs",
|
|
"vitest-run": "vitest -c ../../vitest.config.mts",
|
|
"vitest-unit": "glob --absolute 'test/unit/**/*.test.ts' 'test/unit/**/*.test.mts'",
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
} |