2019-01-26 22:03:51 +00:00
|
|
|
{
|
2019-10-26 17:35:58 +00:00
|
|
|
"name": "gh-action-bump-version",
|
2019-10-26 17:47:21 +00:00
|
|
|
"version": "1.0.2",
|
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-10-26 17:35:58 +00:00
|
|
|
"gh-action-bump-version": "./gh-action-bump-version-run.js"
|
2019-01-26 22:03:51 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-10-26 17:35:58 +00:00
|
|
|
"url": "git+https://github.com/phips28/gh-action-bump-version.git"
|
2019-01-26 22:03:51 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2019-10-26 17:35:58 +00:00
|
|
|
"url": "https://github.com/phips28/gh-action-bump-version/issues"
|
2019-01-26 22:03:51 +00:00
|
|
|
},
|
2019-10-26 17:35:58 +00:00
|
|
|
"homepage": "https://github.com/phips28/gh-action-bump-version#readme",
|
2019-01-26 22:03:51 +00:00
|
|
|
"dependencies": {
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|