-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"dependencies": {
"del-cli": "^1.1.0",
"lodash": "^4.17.11",
"node-fetch": "^2.6.1",
"rollup": "^1.9.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-executable": "^1.4.5",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.2",
"rollup-plugin-terser": "^4.0.4",
"spawn-sync": "^2.0.0",
"yargs": "^13.2.2"
},
"description": "Git flow + GitHub PRs = <3",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
},
"license": "MIT",
"main": "lib/releaseman",
"name": "releaseman",
"repository": {
"type": "git",
"url": "https://github.com/ToucanToco/releaseman.git"
},
"scripts": {
"lint": "eslint \"src/**/*.js\" \"*.js\"",
"postinstall": "del bin && rollup -c --silent"
},
"version": "1.2.0"
}