{
  "name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
  "version": "0.2.22",
  "description": "Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin.",
  "backstage": {
    "role": "backend-plugin-module",
    "pluginId": "catalog",
    "pluginPackage": "@backstage/plugin-catalog-backend",
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/catalog-backend-module-scaffolder-entity-model"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "backstage": "@backstage/BackendFeature",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/backend-plugin-api": "^1.9.3",
    "@backstage/catalog-model": "^1.9.0",
    "@backstage/plugin-catalog-common": "^1.1.10",
    "@backstage/plugin-catalog-node": "^2.2.3",
    "@backstage/plugin-scaffolder-common": "^2.2.1"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.5",
    "@backstage/cli": "^0.36.4"
  }
}