cli/package.json

19 lines
365 B
JSON

{
"name": "@gm5/cli",
"description": "Five.js框架控制台工具",
"version": "1.0.0",
"author": "yutent <yutent.io@gmail.com>",
"bin": {
"five-cli": "index.js"
},
"dependencies": {
"chalk": "^4.0.0",
"iofs": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bytedo/gmf.cli.git"
},
"license": "MIT"
}
Five.js框架控制台工具
JavaScript 100%