-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "greenkeeper-postpublish",
"description": "postpublish hook for announcing new versions to greenkeeper",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "standard",
"start": "./index.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/greenkeeperio/greenkeeper-postpublish.git"
},
"keywords": [
"greenkeeper"
],
"author": "Greenkeeper team and other contributors | https://greenkeeper.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/greenkeeperio/greenkeeper-postpublish/issues"
},
"homepage": "http://greenkeeper.io",
"dependencies": {
"@greenkeeper/flags": "^3.0.0",
"hide-secrets": "^1.1.0",
"lodash": "^4.14.1",
"node-emoji": "^1.3.1",
"nopt": "^4.0.1",
"npmlog": "^4.0.0",
"os-homedir": "^1.0.1",
"request": "^2.88.0"
},
"devDependencies": {
"standard": "^11.0.1",
"semantic-release": "^15.9.8"
}
}