2019-01-26 22:03:51 +00:00
|
|
|
{
|
2019-10-26 17:35:58 +00:00
|
|
|
"name": "gh-action-bump-version",
|
2020-09-30 17:42:12 +00:00
|
|
|
"version": "8.0.3",
|
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-10-26 19:06:00 +00:00
|
|
|
"private": true,
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./index.js",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
2019-01-26 22:03:51 +00:00
|
|
|
"dependencies": {
|
2019-10-26 19:06:00 +00:00
|
|
|
"actions-toolkit": "^2.2.0",
|
2020-04-03 11:14:18 +00:00
|
|
|
"yargs": "^15.3.1"
|
2019-05-23 18:13:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-03 11:14:18 +00:00
|
|
|
"jest": "^25.2.7",
|
|
|
|
"standard": "^14.3.3"
|
2019-01-26 22:03:51 +00:00
|
|
|
}
|
|
|
|
}
|