-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 962 Bytes
/
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
{
"name": "honeybee-cli",
"version": "1.0.2",
"license": "MIT",
"bin": {
"honeybee-cli": "bin/bee.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bikedawuwang/bee-cli.git"
},
"keywords": [
"react",
"webpack",
"eslint",
"typescript"
],
"author": {
"name": "bikedawuwang",
"email": "[email protected]"
},
"dependencies": {
"chalk": "^3.0.0",
"commander": "^3.0.2",
"cross-spawn": "^7.0.1",
"dotenv": "^8.2.0",
"inquirer": "^7.0.0",
"jweboy-ssh-client": "^0.0.5",
"ora": "^4.0.3",
"yargs": "^15.0.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"lerna": "^3.18.3",
"prettier": "^1.15.3"
},
"scripts": {
"bootstrap": "lerna bootstrap"
}
}