19 lines
499 B
JSON
19 lines
499 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": "ncc build index.js -o lib -m"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "^5.0.0",
|
|
"@actions/core": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.28.6"
|
|
}
|
|
}
|