{ "name": "gh-action-bump-version", "version": "9.0.11", "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": "npm run end-to-end-test", "end-to-end-test": "jest --roots=tests/end-to-end --testTimeout=300000 --runInBand" }, "dependencies": {}, "devDependencies": { "@types/jest": "^27.0.1", "dotenv": "^10.0.0", "execa": "^5.1.1", "jest": "^25.5.4", "js-yaml": "^4.1.0", "node-fetch": "^2.6.1", "prettier": "^2.3.0", "standard": "^14.3.3", "tiny-glob": "^0.2.9" } }