gh-action-bump-version/package.json

35 lines
893 B
JSON
Raw Normal View History

2019-01-26 22:03:51 +00:00
{
2019-10-26 17:35:58 +00:00
"name": "gh-action-bump-version",
2021-11-22 12:54:22 +00:00
"version": "9.0.10",
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": {
"@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",
2021-05-20 20:54:50 +00:00
"standard": "^14.3.3",
"tiny-glob": "^0.2.9"
2019-01-26 22:03:51 +00:00
}
2021-07-01 20:17:45 +00:00
}