{
  "name": "@krauters/github-notifier",
  "description": "GitHub Notifier by Krauters – Post Open Pull Requests to Slack",
  "version": "1.3.2",
  "author": "Colten Krauter <coltenkrauter>",
  "type": "module",
  "homepage": "https://buymeacoffee.com/coltenkrauter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krauters/github-notifier.git"
  },
  "keywords": [
    "slack",
    "notifications",
    "action",
    "node",
    "typescript"
  ],
  "exports": {
    ".": "./dist/app.js"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "all": "npm run test && npm run package",
    "bundle:watch": "npm run bundle -- --watch",
    "bundle": "npx ncc build src/app.ts -o dist --source-map",
    "fix": "npm run lint -- --fix",
    "lint": "npx eslint src/** test/**",
    "prepare": "husky || true",
    "test": "npm run lint && npm run jest",
    "jest": "NODE_OPTIONS=--experimental-vm-modules jest",
    "jest:watch": "npm run jest -- --watch",
    "jest:coverage": "npm run jest -- --coverage",
    "jest:ci": "npm run jest -- --ci --coverage --reporters=default --reporters=jest-junit",
    "upgrade:all": "npx npm-check-updates -u && npm install"
  },
  "license": "ISC",
  "dependencies": {
    "@actions/core": "1.11.1",
    "@actions/github": "6.0.0",
    "@krauters/utils": "^1.4.0",
    "@octokit/types": "14.0.0",
    "@slack/web-api": "7.9.1"
  },
  "devDependencies": {
    "@krauters/eslint-config": "^1.8.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.3",
    "@vercel/ncc": "^0.38.3",
    "husky": "9.1.7",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2"
  },
  "bugs": {
    "url": "https://github.com/krauters/github-notifier/issues/new?title=%5BBUG%5D+Brief+Description&template=bug_report.md"
  }
}
