49 lines
No EOL
966 B
JSON
49 lines
No EOL
966 B
JSON
{
|
|
"name": "@vercel/cervel",
|
|
"version": "0.0.10",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://vercel.com/docs",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/cervel"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
"./cli": "./dist/cli.mjs",
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts"
|
|
}
|
|
},
|
|
"bin": {
|
|
"cervel": "./bin/cervel.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"execa": "3.2.0",
|
|
"rolldown": "1.0.0-beta.59",
|
|
"srvx": "0.8.9",
|
|
"tsx": "4.21.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^4.0.0 || ^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.0",
|
|
"typescript": "4.9.5",
|
|
"tsdown": "0.16.3",
|
|
"vitest": "^2.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
} |