-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 971 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
{
"name": "bundle-bump-bot",
"description": "automatically bump a top level module when a component has a new version",
"author": "Stephan Bönnemann <[email protected]> (http://boennemann.me/)",
"bin": {
"bundle-bump-bot": "index.js"
},
"bugs": {
"url": "https://github.com/hoodiehq/bundle-bump-bot/issues"
},
"dependencies": {
"github-change-remote-file": "^4.2.0",
"github-url-from-git": "^1.4.0",
"lodash.defaults": "^4.2.0",
"lodash.template": "^4.4.0",
"nopt": "^4.0.0",
"semver": "^5.0.1"
},
"devDependencies": {
"semantic-release": "^6.3.2",
"standard": "^10.0.0"
},
"homepage": "https://github.com/hoodiehq/bundle-bump-bot#readme",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/bundle-bump-bot.git"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "standard"
}
}