gh-action-bump-version/package.json

30 lines
660 B
JSON

{
"name": "gh-action-bump-version",
"version": "5.0.12",
"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": "^14.2.0"
},
"devDependencies": {
"jest": "^24.5.0",
"standard": "^14.3.1"
}
}