gh-action-bump-version/package.json

28 lines
626 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",
2021-08-08 01:36:49 +00:00
"version": "8.3.5",
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",
2021-08-08 01:28:27 +00:00
"test": "jest"
2019-05-23 18:13:42 +00:00
},
2021-08-08 01:28:27 +00:00
"dependencies": {},
2019-05-23 18:13:42 +00:00
"devDependencies": {
2020-04-03 11:14:18 +00:00
"jest": "^25.2.7",
2021-05-20 20:54:50 +00:00
"standard": "^14.3.3",
2021-08-08 01:28:27 +00:00
"prettier": "^2.3.0"
2019-01-26 22:03:51 +00:00
}
2021-07-01 20:17:45 +00:00
}