gh-action-bump-version/package.json

31 lines
686 B
JSON

{
"name": "gh-action-bump-version",
"version": "8.2.17",
"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",
"private": true,
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "jest"
},
"dependencies": {
"actions-toolkit": "^2.2.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"jest": "^25.2.7",
"standard": "^14.3.3",
"prettier": "^2.3.0"
}
}