2019-01-26 22:03:51 +00:00
|
|
|
{
|
2019-10-26 17:35:58 +00:00
|
|
|
"name": "gh-action-bump-version",
|
2022-06-28 12:03:34 +00:00
|
|
|
"version": "9.0.22",
|
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-20 23:51:35 +00:00
|
|
|
"test": "npm run end-to-end-test",
|
|
|
|
"end-to-end-test": "jest --roots=tests/end-to-end --testTimeout=300000 --runInBand"
|
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": {
|
2021-08-20 21:04:07 +00:00
|
|
|
"@types/jest": "^27.0.1",
|
|
|
|
"dotenv": "^10.0.0",
|
|
|
|
"execa": "^5.1.1",
|
|
|
|
"jest": "^25.5.4",
|
|
|
|
"js-yaml": "^4.1.0",
|
2022-01-27 17:53:55 +00:00
|
|
|
"node-fetch": "^2.6.7",
|
2021-08-20 21:04:07 +00:00
|
|
|
"prettier": "^2.3.0",
|
2021-05-20 20:54:50 +00:00
|
|
|
"standard": "^14.3.3",
|
2021-08-20 21:04:07 +00:00
|
|
|
"tiny-glob": "^0.2.9"
|
2019-01-26 22:03:51 +00:00
|
|
|
}
|
2021-07-01 20:17:45 +00:00
|
|
|
}
|