{
  "name": "@red-hat-developer-hub/backstage-plugin-bulk-import-backend",
  "version": "7.3.6",
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "backstage": {
    "role": "backend-plugin",
    "pluginId": "bulk-import",
    "pluginPackages": [
      "@red-hat-developer-hub/backstage-plugin-bulk-import",
      "@red-hat-developer-hub/backstage-plugin-bulk-import-backend",
      "@red-hat-developer-hub/backstage-plugin-bulk-import-common"
    ],
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "exports": {
    ".": {
      "backstage": "@backstage/BackendFeature",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint:check": "backstage-cli package lint",
    "lint:fix": "backstage-cli package lint --fix",
    "postpack": "backstage-cli package postpack",
    "prepack": "backstage-cli package prepack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test --passWithNoTests --coverage --detectOpenHandles",
    "tsc": "tsc",
    "prettier:check": "prettier --ignore-unknown --check .",
    "prettier:fix": "prettier --ignore-unknown --write .",
    "openapi": "./scripts/openapi.sh"
  },
  "dependencies": {
    "@backstage/backend-defaults": "^0.16.0",
    "@backstage/backend-plugin-api": "^1.8.0",
    "@backstage/catalog-model": "^1.7.7",
    "@backstage/config": "^1.3.6",
    "@backstage/errors": "^1.2.7",
    "@backstage/integration": "^2.0.0",
    "@backstage/plugin-catalog-node": "^2.1.0",
    "@backstage/plugin-permission-common": "^0.9.7",
    "@backstage/plugin-permission-node": "^0.10.11",
    "@gitbeaker/rest": "^43.4.0",
    "@octokit/auth-app": "^7.2.2",
    "@octokit/rest": "^20.0.2",
    "@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^7.3.6",
    "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.2.0",
    "ajv-formats": "^3.0.1",
    "eventsource-client": "^1.2.0",
    "express": "^4.17.1",
    "git-url-parse": "^14.0.0",
    "js-yaml": "^4.1.0",
    "just-kebab-case": "4.2.0",
    "knex": "^3.0.0",
    "luxon": "^3.4.4",
    "node-fetch": "^2.6.7",
    "openapi-backend": "^5.10.6"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.1",
    "@backstage/catalog-client": "^1.14.0",
    "@backstage/cli": "^0.36.0",
    "@backstage/config": "^1.3.6",
    "@backstage/plugin-catalog-backend": "^3.5.0",
    "@backstage/types": "^1.2.2",
    "@openapitools/openapi-generator-cli": "2.34.0",
    "@spotify/prettier-config": "^15.0.0",
    "@types/express": "4.17.25",
    "@types/git-url-parse": "^9.0.0",
    "@types/knex": "^0.16.1",
    "@types/node-fetch": "^2.5.12",
    "@types/supertest": "2.0.16",
    "js-yaml-cli": "0.6.0",
    "msw": "1.3.5",
    "openapicmd": "2.9.2",
    "prettier": "3.8.3",
    "supertest": "6.3.4"
  },
  "files": [
    "dist",
    "migrations",
    "config.d.ts",
    "dist-dynamic/*.*",
    "dist-dynamic/dist/**",
    "app-config.yaml"
  ],
  "configSchema": "config.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/redhat-developer/rhdh-plugins",
    "directory": "workspaces/bulk-import/plugins/bulk-import-backend"
  },
  "keywords": [
    "backstage",
    "plugin"
  ],
  "homepage": "https://red.ht/rhdh",
  "bugs": "https://github.com/redhat-developer/rhdh-plugins/issues",
  "maintainers": [
    "@rm3l"
  ],
  "author": "Red Hat"
}