{
  "name": "@spotify/backstage-plugin-core-node",
  "description": "Backend utilities for Spotify Plugins for Backstage",
  "version": "0.11.18",
  "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": "node-library",
    "pluginId": "core",
    "pluginPackages": [
      "@spotify/backstage-plugin-core-common",
      "@spotify/backstage-plugin-core-node"
    ]
  },
  "scripts": {
    "build": "backstage-cli package build --minify",
    "lint": "backstage-cli package lint --max-warnings 0",
    "test": "backstage-cli package test",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "clean": "backstage-cli package clean",
    "start": "backstage-cli package start"
  },
  "dependencies": {
    "@backstage/backend-defaults": "^0.17.7",
    "@backstage/backend-plugin-api": "^1.10.0",
    "@backstage/catalog-client": "^1.16.1",
    "@backstage/catalog-model": "^1.10.0",
    "@backstage/config": "^1.3.8",
    "@backstage/plugin-catalog-node": "^2.2.4",
    "@spotify/backstage-plugin-core-common": "^0.6.20",
    "cross-fetch": "^4.0.0",
    "express": "^4.17.1",
    "lodash": "^4.17.21",
    "luxon": "^3.1.1",
    "winston": "^3.2.1",
    "zod": "^3.25.76 || ^4.0.0"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.6",
    "@backstage/cli": "^0.36.5",
    "@backstage/types": "^1.2.2",
    "@types/supertest": "^6.0.0",
    "supertest": "^7.0.0"
  },
  "files": [
    "dist",
    "!dist/**/*.map",
    "config.schema.json"
  ],
  "configSchema": "config.schema.json",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}