gh-action-bump-version/package.json

29 lines
635 B
JSON
Raw Normal View History

2019-01-26 22:03:51 +00:00
{
2019-10-26 17:35:58 +00:00
"name": "gh-action-bump-version",
2019-10-26 18:43:49 +00:00
"version": "1.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-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": {
2019-10-26 18:03:22 +00:00
"yargs": "^14.2.0"
2019-05-23 18:13:42 +00:00
},
"devDependencies": {
"standard": "^12.0.1"
2019-01-26 22:03:51 +00:00
}
}