gh-action-bump-version/package.json

27 lines
562 B
JSON

{
"name": "auto-release",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"auto-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"
}
}