-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 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
48
{
"name": "tedder",
"version": "1.0.9",
"description": "automatic management of git branch for scrum",
"main": "src/index.js",
"scripts": {
"test": "node ./bin/test.js"
},
"bin": {
"tedder": "./bin/tedder.js"
},
"repository": {
"type": "git",
"url": "https://github.com/n0ruSh/tedder.git"
},
"bugs": {
"url": "https://github.com/n0ruSh/tedder/issues"
},
"keywords": [
"tedder",
"scrum",
"git",
"branch"
],
"author": "n0ruSh",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"cosmiconfig": "^5.2.1",
"cowsay": "^1.3.1",
"lodash": "^4.17.11",
"lolcatjs": "^2.3.1",
"simple-git": "^3.5.0"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-angular": "^7.0.1",
"babel-eslint": "^8.2.6",
"eslint": "^5.3.0",
"eslint-config-prettier": "^2.9.0",
"husky": "^1.0.0-rc.9",
"mocha": "^5.2.0",
"prettier": "^1.14.0",
"pretty-quick": "^1.6.0",
"should": "^13.2.3"
}
}