2019-01-26 22:03:51 +00:00
|
|
|
{
|
2019-01-26 22:08:26 +00:00
|
|
|
"name": "merge-release",
|
2019-09-10 02:54:54 +00:00
|
|
|
"version": "4.0.5",
|
2019-01-26 22:03:51 +00:00
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2019-09-09 19:24:14 +00:00
|
|
|
"test": "standard"
|
2019-01-26 22:03:51 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2019-02-01 19:14:47 +00:00
|
|
|
"merge-release": "./merge-release-run.js"
|
2019-01-26 22:03:51 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/mikeal/auto-release.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mikeal/auto-release/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mikeal/auto-release#readme",
|
|
|
|
"dependencies": {
|
2019-07-15 23:09:53 +00:00
|
|
|
"bent": "1.5.13",
|
2019-05-23 18:43:01 +00:00
|
|
|
"simple-git": "^1.113.0",
|
2019-01-26 22:03:51 +00:00
|
|
|
"yargs": "^12.0.5"
|
2019-05-23 18:13:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"standard": "^12.0.1"
|
2019-01-26 22:03:51 +00:00
|
|
|
}
|
|
|
|
}
|