{
  "name": "check-pr-status",
  "version": "4.2.2",
  "main": "dist/index.js",
  "license": "MIT",
  "private": true,
  "scripts": {
    "build": "NODE_ENV=production ncc build index.js -o dist --minify",
    "watch": "NODE_ENV=production ncc build index.js -w -o dist --minify"
  },
  "devDependencies": {
    "@actions/core": "1.9.0",
    "@actions/github": "5.0.0",
    "@vercel/ncc": "0.34.0"
  }
}
