23 lines
470 B
JSON
23 lines
470 B
JSON
{
|
|
"name": "@kevisual/envision-cli",
|
|
"version": "0.0.1",
|
|
"description": "envision command tools",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"bin": {
|
|
"envision": "./bin/envision"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["kevisual","cli"],
|
|
"author": "abearxiong",
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.5",
|
|
"commander": "^12.1.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.3.0"
|
|
}
|
|
}
|