21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"name": "create-five",
|
|
"description": "一个快速创建Five.js项目的小工具",
|
|
"type": "module",
|
|
"version": "1.2.0",
|
|
"author": "yutent <yutent.io@gmail.com>",
|
|
"bin": {
|
|
"create-five": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"iofs": "^1.5.0",
|
|
"prompts": "^2.4.2",
|
|
"kolorist": "^1.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.wkit.fun/gm5/cli.git"
|
|
},
|
|
"license": "MIT"
|
|
}
|