gh-action-bump-version/package.json

35 lines
794 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-08-07 23:35:43 +00:00
"version": "8.3.4",
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",
"test": "jest",
"build": "webpack"
2019-10-26 19:06:00 +00:00
},
2019-01-26 22:03:51 +00:00
"dependencies": {
"execa": "^5.1.1",
"signale": "^1.4.0"
2019-05-23 18:13:42 +00:00
},
"devDependencies": {
2020-04-03 11:14:18 +00:00
"jest": "^25.2.7",
2021-05-20 20:54:50 +00:00
"standard": "^14.3.3",
"prettier": "^2.3.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2"
2019-01-26 22:03:51 +00:00
}
2021-07-01 20:17:45 +00:00
}