-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 978 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
{
"name": "rb-cli",
"version": "2.0.1",
"description": "rb cli",
"main": "index.js",
"scripts": {
"test": "rb",
"release": "standard-version",
"push": "git push --follow-tags origin master"
},
"bin": {
"rb": "./bin/rb.js"
},
"keywords": [
"frontend",
"rb-cli",
"roobo"
],
"author": "Eilvein",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/eilvein/rb-cli.git"
},
"license": "MIT",
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^3.0.0",
"commander": "^4.0.1",
"download-git-repo": "^3.0.2",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.1",
"lodash": "^4.17.15",
"ora": "^4.0.3",
"shelljs": "^0.8.3",
"standard-version": "^7.0.1",
"update-notifier": "^4.0.0",
"yargs": "^15.0.2"
}
}