{
  "name": "@red-hat-developer-hub/backstage-plugin-bulk-import",
  "version": "7.0.2",
  "main": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.esm.js"
    },
    "./alpha": {
      "import": "./dist/alpha.esm.js",
      "types": "./dist/alpha.d.ts",
      "default": "./dist/alpha.esm.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "alpha": [
        "dist/alpha.d.ts"
      ],
      "package.json": [
        "package.json"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "backstage": {
    "role": "frontend-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"
    ]
  },
  "sideEffects": false,
  "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",
    "tsc": "tsc",
    "prettier:check": "prettier --ignore-unknown --check .",
    "prettier:fix": "prettier --ignore-unknown --write .",
    "ui-test": "start-server-and-test start localhost:3000 'playwright test'"
  },
  "dependencies": {
    "@backstage/catalog-model": "^1.7.6",
    "@backstage/core-components": "^0.18.3",
    "@backstage/core-plugin-api": "^1.12.0",
    "@backstage/plugin-catalog-import": "^0.13.7",
    "@backstage/plugin-catalog-react": "^1.21.3",
    "@backstage/plugin-permission-react": "^0.4.38",
    "@backstage/theme": "^0.7.0",
    "@mui/icons-material": "^5.15.17",
    "@mui/material": "^5.12.2",
    "@mui/styles": "5.18.0",
    "@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^7.0.2",
    "@tanstack/react-query": "^4.29.21",
    "formik": "^2.4.5",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "react-use": "^17.2.4",
    "yaml": "^2.0.0",
    "yup": "^1.4.0"
  },
  "peerDependencies": {
    "react": "16.13.1 || ^17.0.0 || ^18.0.0",
    "react-router-dom": "^6.0.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.34.5",
    "@backstage/core-app-api": "^1.19.2",
    "@backstage/dev-utils": "^1.1.17",
    "@backstage/test-utils": "^1.7.13",
    "@playwright/test": "1.57.0",
    "@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
    "@spotify/prettier-config": "^15.0.0",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^15.0.0",
    "@testing-library/user-event": "14.6.1",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.14.151",
    "@types/react": "^18.2.58",
    "msw": "1.3.5",
    "prettier": "3.8.1",
    "react": "16.13.1 || ^17.0.0 || ^18.0.0"
  },
  "configSchema": "config.d.ts",
  "files": [
    "dist",
    "dist-scalprum",
    "app-config.yaml",
    "config.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/redhat-developer/rhdh-plugins",
    "directory": "workspaces/bulk-import/plugins/bulk-import"
  },
  "keywords": [
    "backstage",
    "plugin"
  ],
  "homepage": "https://red.ht/rhdh",
  "bugs": "https://github.com/redhat-developer/rhdh-plugins/issues",
  "maintainers": [
    "@rm3l",
    "@debsmita1"
  ],
  "author": "Red Hat",
  "module": "./dist/index.esm.js"
}