forked from realyze/pr-train
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 860 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
{
"name": "git-pr-train",
"version": "2.4.1",
"description": "A tool to help manage PR chains",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"git-pr-train": "./index.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/realyze/pr-train"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"colors": "^1.2.1",
"commander": "^2.15.0",
"figlet": "^1.2.0",
"inquirer": "^6.2.1",
"js-yaml": "^3.12.0",
"lodash.difference": "^4.5.0",
"lodash.sortby": "^4.7.0",
"node-emoji": "^1.8.1",
"octonode": "^0.9.3",
"progress": "^2.0.0",
"promptly": "^3.0.3",
"shelljs": "^0.8.3",
"simple-git": "^1.102.0"
},
"devDependencies": {
"@types/js-yaml": "^3.11.2"
}
}