cli/package.json

19 lines
365 B
JSON
Raw Normal View History

2020-09-28 19:20:33 +08:00
{
"name": "@gm5/cli",
"description": "Five.js框架控制台工具",
2020-09-29 11:35:49 +08:00
"version": "1.0.0",
"author": "yutent <yutent.io@gmail.com>",
2020-09-28 19:20:33 +08:00
"bin": {
"five-cli": "index.js"
},
2020-09-29 11:35:49 +08:00
"dependencies": {
"chalk": "^4.0.0",
"iofs": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bytedo/gmf.cli.git"
},
2020-09-28 19:20:33 +08:00
"license": "MIT"
}