-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ideacome-cli",
"version": "1.0.0",
"author": "zhengj",
"license": "MIT",
"dependencies": {
"@vue/cli-shared-utils": "^4.4.1",
"chalk": "^4.0.0",
"commander": "^5.1.0",
"debug": "^4.1.1",
"download-git-repo": "^3.0.2",
"events": "^3.1.0",
"fs": "0.0.1-security",
"fs-extra": "^9.0.0",
"handlebars": "^4.7.6",
"inquirer": "^7.1.0",
"lodash": "^4.17.15",
"lodash.clonedeep": "^4.5.0",
"minimist": "^1.2.5",
"ora": "^4.0.4",
"os": "^0.1.1",
"path": "^0.12.7",
"validate-npm-package-name": "^3.0.0"
},
"bin": {
"ideacome-cli": "index.js"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ideacome-frontend/ideacome-cli.git"
},
"keywords": [
"cli"
],
"bugs": {
"url": "https://github.com/ideacome-frontend/ideacome-cli/issues"
},
"homepage": "https://github.com/ideacome-frontend/ideacome-cli#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": ""
}