{
  "name": "@spacelift-io/backstage-integration-backend",
  "version": "0.3.1",
  "description": "Backstage plugin for integrating Spacelift.io with Backstage",
  "keywords": [
    "backstage-plugin",
    "backstage",
    "spacelift",
    "infrastructure-as-code",
    "IaC",
    "devops",
    "cloud",
    "category/cloud",
    "category/infrastructure"
  ],
  "homepage": "https://spacelift.io",
  "repository": "https://github.com/spacelift-io/backstage-plugins.git",
  "license": "MIT",
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "backstage": {
    "role": "backend-plugin",
    "pluginId": "spacelift-io",
    "pluginPackages": [
      "@spacelift-io/backstage-integration-backend"
    ],
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "scripts": {
    "start": "backstage-cli package start",
    "build:types": "tsc -b",
    "build": "yarn build:types && backstage-cli package build",
    "lint": "backstage-cli package lint",
    "test": "backstage-cli package test",
    "test:watch": "backstage-cli package test --watch",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack"
  },
  "dependencies": {
    "@backstage/backend-defaults": "^0.12.2",
    "@backstage/backend-plugin-api": "^1.3.0",
    "@backstage/catalog-client": "^1.9.1",
    "@backstage/errors": "^1.2.7",
    "@backstage/plugin-catalog-node": "^1.16.3",
    "express": "^4.17.1",
    "express-promise-router": "^4.1.0",
    "graphql": "^16.8.1",
    "graphql-request": "^7.1.2",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.4.0",
    "@backstage/cli": "^0.32.0",
    "@types/express": "^4.17.6",
    "@types/supertest": "^2.0.12",
    "eslint-plugin-react-hooks": "^4.6.2",
    "supertest": "^6.2.4",
    "typescript": "~5.4.5"
  },
  "files": [
    "dist",
    "config.d.ts"
  ],
  "configSchema": "config.d.ts",
  "jest": {
    "collectCoverage": true,
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 90,
        "lines": 90,
        "statements": 90
      }
    },
    "collectCoverageFrom": [
      "**/*.{ts,tsx}",
      "!**/dist/**",
      "!**/node_modules/**",
      "!plugin.ts"
    ]
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}
