{
  "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
  "version": "1.12.0",
  "license": "Apache-2.0",
  "main": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.esm.js"
    },
    "./alpha": {
      "backstage": "@backstage/FrontendPlugin",
      "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": "orchestrator-form-widgets",
    "pluginPackages": [
      "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets"
    ],
    "features": {
      "./alpha": "@backstage/FrontendPlugin"
    }
  },
  "homepage": "https://red.ht/rhdh",
  "repository": {
    "type": "git",
    "url": "https://github.com/redhat-developer/rhdh-plugins",
    "directory": "workspaces/orchestrator/plugins/orchestrator-form-widgets"
  },
  "bugs": "https://github.com/redhat-developer/rhdh-plugins/issues",
  "sideEffects": false,
  "keywords": [
    "backstage",
    "plugin",
    "orchestrator",
    "workflows",
    "rjsf",
    "widgets",
    "orchestrator"
  ],
  "scripts": {
    "start": "backstage-cli package start",
    "build": "backstage-cli package build",
    "tsc": "tsc",
    "prettier:check": "prettier --ignore-unknown --check .",
    "prettier:fix": "prettier --ignore-unknown --write .",
    "lint:check": "backstage-cli package lint",
    "lint:fix": "backstage-cli package lint --fix",
    "test": "backstage-cli package test --passWithNoTests --coverage",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "export-dynamic": "janus-cli package export-dynamic-plugin --in-place"
  },
  "dependencies": {
    "@backstage/core-components": "^0.18.11",
    "@backstage/core-plugin-api": "^1.12.7",
    "@backstage/frontend-plugin-api": "^0.17.2",
    "@backstage/theme": "^0.7.3",
    "@backstage/types": "^1.2.2",
    "@mui/icons-material": "^5.17.1",
    "@mui/material": "^5.17.1",
    "@mui/styles": "5.18.0",
    "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.8.0",
    "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "^2.9.0",
    "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "^2.10.0",
    "@rjsf/material-ui": "^5.21.2",
    "@rjsf/utils": "^5.21.2",
    "clsx": "^2.1.1",
    "json-schema": "^0.4.0",
    "jsonata": "^2.2.0",
    "lodash": "^4.18.1",
    "react-use": "^17.2.4",
    "tss-react": "^4.9.18"
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
    "react-router-dom": "^6.3.0"
  },
  "scalprum": {
    "name": "red-hat-developer-hub.backstage-plugin-orchestrator-form-widgets",
    "exposedModules": {
      "PluginRoot": "./src/index.ts"
    }
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.3",
    "@backstage/core-app-api": "^1.20.2",
    "@backstage/dev-utils": "^1.1.24",
    "@backstage/test-utils": "^1.7.19",
    "@janus-idp/cli": "3.7.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.0.0",
    "express": "^5.1.0",
    "msw": "^1.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.3.0"
  },
  "files": [
    "app-config.yaml",
    "dist",
    "dist-scalprum"
  ],
  "module": "./dist/index.esm.js"
}