-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 778 Bytes
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
{
"name": "talkfe-cli",
"version": "1.0.6",
"description": "51Talk前端开发脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ykshao/talkfe-cli.git"
},
"keywords": [
"talkfe",
"51talk",
"脚手架",
"前端"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ykshao/talkfe-cli/issues"
},
"homepage": "https://github.com/ykshao/talkfe-cli#readme",
"bin": {
"talkfe": "./bin/talkfe"
},
"dependencies": {
"chalk": "^2.3.2",
"commander": "^2.15.0",
"download-git-repo": "^1.1.0",
"inquirer": "^6.2.0",
"is-plain-object": "^2.0.4",
"ora": "^3.0.0"
}
}