27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"name": "merge-release",
|
|
"version": "1.4.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"merge-release": "./cli.js"
|
|
},
|
|
"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": {
|
|
"yargs": "^12.0.5"
|
|
}
|
|
}
|