22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "@kevisual/gen-js",
|
|
"version": "0.0.1",
|
|
"description": "generate js code",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"rollup": "^4.35.0",
|
|
"@kevisual/tojs": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.4.4"
|
|
}
|
|
}
|