@xccjh/seeai-cli
Version:
SEEAI通用vue项目脚手架
32 lines (31 loc) • 583 B
JSON
{
"name": "@xccjh/seeai-cli",
"version": "1.0.0",
"description": "SEEAI通用vue项目脚手架",
"preferGlobal": true,
"bin": {
"seeai": "bin/seeai"
},
"scripts": {
"test": "node lib/test.js"
},
"keywords": [
"脚手架",
"vue",
"SEEAI"
],
"repository": {
"type": "git",
"url": "https://gitee.com/xccjh/seeai-cli"
},
"author": "邹先生",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"chalk": "^4.1.1",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^7.2.0",
"ora": "^5.4.0"
}
}