package.json

 1{
 2  "name": "auto-labels",
 3  "version": "1.0.0",
 4  "description": "manage labels for issues and pull requests",
 5  "author": "the git-bug project (https://github.com/git-bug/git-bug)",
 6  "license": "GPL-3.0-or-later",
 7  "main": "index.js",
 8  "scripts": {
 9      "validate": "node --check index.js"
10  },
11  "dependencies": {
12    "@actions/core": "^1.11.1",
13    "@actions/github": "^6.0.0"
14  }
15}
16