issue-label-manager-action/package.json
2019-08-25 21:40:52 -04:00

18 lines
513 B
JSON

{
"name": "issue-label-manager-action",
"version": "2.0.0",
"description": "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json",
"main": "index.js",
"keywords": [],
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
"license": "MIT",
"scripts": {
"build": "parcel build index.js --out-dir lib --target node --bundle-node-modules"
},
"dependencies": {
"@actions/github": "^1.0.0"
},
"devDependencies": {
"parcel-bundler": "1.12.3"
}
}