gh-action-bump-version/package.json

35 lines
794 B
JSON

{
"name": "gh-action-bump-version",
"version": "8.3.4",
"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": "jest",
"build": "webpack"
},
"dependencies": {
"execa": "^5.1.1",
"signale": "^1.4.0"
},
"devDependencies": {
"jest": "^25.2.7",
"standard": "^14.3.3",
"prettier": "^2.3.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2"
}
}