Files
label-actions/package.json
2021-07-04 15:10:57 +03:00

56 lines
1.3 KiB
JSON

{
"name": "label-actions",
"version": "2.1.1",
"description": "A GitHub Action that performs actions when issues or pull requests are labeled or unlabeled.",
"author": "Armin Sebastian",
"license": "MIT",
"homepage": "https://github.com/dessant/label-actions",
"repository": {
"url": "https://github.com/dessant/label-actions.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/dessant/label-actions/issues"
},
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist",
"update": "ncu --upgrade",
"release": "standard-version",
"push": "git push --tags origin master"
},
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"joi": "^17.4.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.28.6",
"npm-check-updates": "^11.8.1",
"prettier": "^2.3.2",
"standard-version": "^9.3.0"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"github",
"issues",
"pull requests",
"github labels",
"comment",
"close",
"lock",
"label issues",
"close issues",
"lock issues",
"comment",
"automation",
"github actions",
"project management",
"bot"
],
"private": true
}