{
  "name": "@spotify/backstage-plugin-soundcheck-backend-module-github",
  "description": "Soundcheck 3rd party integration with Github",
  "version": "0.10.0",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://backstage.spotify.com",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "main": "dist/index.cjs.js",
    "types": "dist/index.d.ts"
  },
  "backstage": {
    "role": "backend-plugin-module",
    "pluginId": "soundcheck",
    "pluginPackage": "@spotify/backstage-plugin-soundcheck-backend",
    "supportedVersions": "^1.54.0",
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "scripts": {
    "build": "backstage-cli package build --minify",
    "lint": "backstage-cli package lint --max-warnings 0",
    "test": "backstage-cli package test",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.6",
    "@backstage/cli": "^0.36.5",
    "@spotify/backstage-plugin-soundcheck-backend": "^0.31.0",
    "@types/git-url-parse": "^16.0.0",
    "@types/luxon": "^3.0.1",
    "supertest": "^7.0.0"
  },
  "dependencies": {
    "@backstage/backend-plugin-api": "^1.10.0",
    "@backstage/catalog-model": "^1.10.0",
    "@backstage/config": "^1.3.8",
    "@backstage/errors": "^1.3.1",
    "@backstage/filter-predicates": "^0.1.4",
    "@backstage/integration": "^2.1.0",
    "@backstage/types": "^1.2.2",
    "@octokit/request-error": "^5.0.0",
    "@octokit/rest": "^20.0.0",
    "@spotify/backstage-plugin-soundcheck-common": "^0.27.0",
    "@spotify/backstage-plugin-soundcheck-node": "^0.16.0",
    "git-url-parse": "^16.0.0",
    "lodash": "^4.17.21",
    "luxon": "^3.1.1",
    "winston": "^3.2.1",
    "zod": "^3.25.76 || ^4.0.0",
    "zod-to-json-schema": "^3.20.2"
  },
  "files": [
    "dist",
    "!dist/**/*.map",
    "config.schema.json"
  ],
  "configSchema": "config.schema.json",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}