init for deploy files
This commit is contained in:
37
package.json
37
package.json
@@ -7,16 +7,41 @@
|
||||
"bin": {
|
||||
"envision": "./bin/envision"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"bin"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"dev": "tsx src/index.ts ",
|
||||
"build": "rimraf dist && rollup -c",
|
||||
"b": "./bin/envision.js"
|
||||
},
|
||||
"keywords": ["kevisual","cli"],
|
||||
"keywords": [
|
||||
"kevisual",
|
||||
"cli"
|
||||
],
|
||||
"author": "abearxiong",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@rollup/plugin-typescript": "^12.1.0",
|
||||
"@types/node": "^22.5.5",
|
||||
"commander": "^12.1.0"
|
||||
"commander": "^12.1.0",
|
||||
"rollup": "^4.24.0",
|
||||
"tslib": "^2.7.0",
|
||||
"typescript": "^5.6.3",
|
||||
"@kevisual/query": "0.0.7-alpha.1",
|
||||
"chalk": "^5.3.0",
|
||||
"form-data": "^4.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"inquirer": "^12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0"
|
||||
"dependencies": {},
|
||||
"resolutions": {
|
||||
"picomatch": "^4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user