gh-action-bump-version/package.json

35 lines
893 B
JSON

{
"name": "gh-action-bump-version",
"version": "10.1.1",
"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": "^29.2.2",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.7",
"prettier": "^2.3.0",
"standard": "^14.3.3",
"tiny-glob": "^0.2.9"
}
}