forked from takl95/standard-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 865 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
{
"name": "standard-branch",
"version": "1.5.1",
"description": "a cli utility for creating branches",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takl95/standard-branch.git"
},
"bin": {
"cb": "bin/index.js",
"gsb": "bin/index.js",
"standard-branch": "bin/index.js"
},
"preferGlobal": true,
"author": "Laszlo Takacs",
"license": "ISC",
"bugs": {
"url": "https://github.com/takl95/standard-branch/issues"
},
"homepage": "https://github.com/takl95/standard-branch#readme",
"dependencies": {
"chalk": "^4.1.0",
"cosmiconfig": "^6.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "^1.0.2",
"shelljs": "^0.8.4",
"slugify": "^1.4.5"
}
}