cli/package.json

21 lines
429 B
JSON
Raw Normal View History

2020-09-28 19:20:33 +08:00
{
2023-01-05 17:00:49 +08:00
"name": "create-five",
"description": "一个快速创建Five.js项目的小工具",
"type": "module",
2023-11-02 11:16:54 +08:00
"version": "1.2.0",
2020-09-29 11:35:49 +08:00
"author": "yutent <yutent.io@gmail.com>",
2020-09-28 19:20:33 +08:00
"bin": {
2023-01-05 17:00:49 +08:00
"create-five": "index.js"
2020-09-28 19:20:33 +08:00
},
2020-09-29 11:35:49 +08:00
"dependencies": {
2023-01-05 17:00:49 +08:00
"iofs": "^1.5.0",
"prompts": "^2.4.2",
"kolorist": "^1.6.0"
2020-09-29 11:35:49 +08:00
},
"repository": {
"type": "git",
2023-11-02 11:16:54 +08:00
"url": "https://git.wkit.fun/gm5/cli.git"
2020-09-29 11:35:49 +08:00
},
2020-09-28 19:20:33 +08:00
"license": "MIT"
}