gh-action-bump-version/package.json

29 lines
635 B
JSON

{
"name": "gh-action-bump-version",
"version": "1.0.5",
"description": "",
"scripts": {
"test": "standard"
},
"bin": {
"gh-action-bump-version": "./gh-action-bump-version-run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phips28/gh-action-bump-version.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phips28/gh-action-bump-version/issues"
},
"homepage": "https://github.com/phips28/gh-action-bump-version#readme",
"dependencies": {
"yargs": "^14.2.0"
},
"devDependencies": {
"standard": "^12.0.1"
}
}