{
  "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api",
  "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
  "version": "2.8.1",
  "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": "web-library"
  },
  "sideEffects": false,
  "scripts": {
    "build": "backstage-cli package build",
    "lint:check": "backstage-cli package lint",
    "lint:fix": "backstage-cli package lint --fix",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "tsc": "tsc",
    "prettier:check": "prettier --ignore-unknown --check .",
    "prettier:fix": "prettier --ignore-unknown --write ."
  },
  "dependencies": {
    "@backstage/core-plugin-api": "^1.12.6",
    "@backstage/types": "^1.2.2",
    "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.7.1",
    "@rjsf/core": "^5.21.2",
    "@rjsf/utils": "^5.21.2",
    "json-schema": "^0.4.0"
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.2",
    "@types/json-schema": "7.0.15",
    "@types/react": "^18.2.58",
    "prettier": "3.8.4",
    "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"
  },
  "files": [
    "dist"
  ],
  "maintainers": [
    "@mlibra",
    "@batzionb",
    "@gciavarrini"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/redhat-developer/rhdh-plugins",
    "directory": "workspaces/orchestrator/plugins/orchestrator-form-api"
  },
  "bugs": "https://github.com/redhat-developer/rhdh-plugins/issues",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "module": "./dist/index.esm.js"
}