{
  "name": "@jamietanna/renovate-graph",
  "version": "0.40.0",
  "main": "dist/executable.js",
  "license": "AGPL-3.0-only",
  "author": "Jamie Tanna",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/tanna.dev/renovate-graph.git"
  },
  "engines": {
    "node": "^24.11.0"
  },
  "dependencies": {
    "@octokit/app": "^13.1.2",
    "@octokit/auth-app": "^4.0.9",
    "@sindresorhus/is": "^4.6",
    "patch-package": "^8.0.0",
    "renovate": "44.37.1",
    "semver": "^7.6"
  },
  "bin": {
    "renovate-graph": "dist/executable.js"
  },
  "devDependencies": {
    "@tsconfig/node24": "24.0.4",
    "@types/node": "^24.13.3",
    "eslint": "9.22.0",
    "neostandard": "0.11.9",
    "typescript": "5.9.3"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint",
    "fix": "npm run lint:fix",
    "lint:fix": "eslint --fix",
    "ci-publish": "ci-publish",
    "start": "npm run build && node dist/executable.js",
    "prepare": "patch-package && node tools/install-renovate-types.mjs"
  },
  "files": [
    "dist/*",
    "patches/*"
  ],
  "allowScripts": {
    "protobufjs@8.0.0": true,
    "protobufjs@7.5.4": true,
    "core-js-pure@3.41.0": true,
    "dtrace-provider@0.8.8": true,
    "re2@1.23.2": true
  }
}
