-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
49
{
"name": "work",
"version": "1.4.2",
"main": "index.js",
"author": "Florian Pichler <[email protected]>",
"contributors": ["Philipp Skorpil <[email protected]>"],
"license": "MIT",
"scripts": {
"start": "node index.js",
"work": "bin/work"
},
"bin": {
"work": "./bin/work"
},
"dependencies": {
"@octokit/rest": "^15.18.3",
"chalk": "^2.4.1",
"cli-highlight": "^2.0.0",
"commander": "^3.0.2",
"conf": "^2.0.0",
"execa": "^2.0.4",
"git-commits": "~1.3.0",
"git-repo-name": "^1.0.1",
"git-username": "~1.0.0",
"inquirer": "^7.0.0",
"lodash": "^4.17.21",
"ora": "^3.4.0",
"p-each-series": "^1.0.0",
"p-map": "^1.2.0",
"pify": "~4.0.0",
"progress": "^2.0.0",
"rc": "~1.2.8",
"semver": "~5.5.1",
"split2": "^3.1.1",
"term-size": "^1.2.0",
"through2": "~2.0.3",
"through2-filter": "~3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-anfema": "~5.3.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
}
}