{
  "name": "@red-hat-developer-hub/backstage-plugin-bulk-import",
  "version": "1.13.2",
  "main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "main": "dist/index.esm.js",
    "types": "dist/index.d.ts"
  },
  "backstage": {
    "role": "frontend-plugin",
    "supported-versions": "1.32.5",
    "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.3",
    "@backstage/core-components": "^0.17.1",
    "@backstage/core-plugin-api": "^1.10.6",
    "@backstage/plugin-catalog-import": "^0.12.13",
    "@backstage/plugin-catalog-react": "^1.17.0",
    "@backstage/plugin-permission-react": "^0.4.33",
    "@backstage/theme": "^0.6.5",
    "@mui/icons-material": "^5.15.17",
    "@mui/material": "^5.12.2",
    "@mui/styles": "5.17.1",
    "@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.7.0",
    "@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.32.0",
    "@backstage/core-app-api": "^1.16.1",
    "@backstage/dev-utils": "^1.1.9",
    "@backstage/test-utils": "^1.7.7",
    "@playwright/test": "1.53.0",
    "@redhat-developer/red-hat-developer-hub-theme": "^0.5.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/lodash": "^4.14.151",
    "@types/react": "^18.2.58",
    "msw": "1.3.5",
    "prettier": "3.5.3",
    "react": "16.13.1 || ^17.0.0 || ^18.0.0"
  },
  "files": [
    "dist",
    "dist-scalprum",
    "app-config.yaml"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/redhat-developer/rhdh-plugins",
    "directory": "workspaces/bulk-import/plugins/bulk-import"
  },
  "keywords": [
    "support:tech-preview",
    "lifecycle:active",
    "backstage",
    "plugin"
  ],
  "homepage": "https://red.ht/rhdh",
  "bugs": "https://github.com/redhat-developer/rhdh-plugins/issues",
  "maintainers": [
    "@rm3l",
    "@debsmita1"
  ],
  "author": "Red Hat",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "module": "./dist/index.esm.js"
}