{
  "name": "@backstage-community/plugin-stackstorm",
  "version": "0.21.0",
  "description": "A Backstage plugin that integrates towards StackStorm",
  "backstage": {
    "role": "frontend-plugin",
    "pluginId": "stackstorm",
    "pluginPackages": [
      "@backstage-community/plugin-stackstorm"
    ]
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.esm.js",
    "types": "dist/index.d.ts"
  },
  "keywords": [
    "backstage",
    "stackstorm",
    "st2"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/community-plugins",
    "directory": "workspaces/stackstorm/plugins/stackstorm"
  },
  "license": "Apache-2.0",
  "sideEffects": false,
  "main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "config.schema.json"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/core-components": "^0.18.12",
    "@backstage/core-plugin-api": "^1.12.8",
    "@backstage/errors": "^1.3.1",
    "@material-ui/core": "^4.12.2",
    "@material-ui/icons": "^4.9.1",
    "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
    "react-use": "^17.2.4"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.4",
    "@backstage/core-app-api": "^1.20.3",
    "@backstage/dev-utils": "^1.1.25",
    "@backstage/test-utils": "^1.7.20",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^15.0.0",
    "@types/react-dom": "^18.2.19",
    "msw": "^1.0.0",
    "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.0.0-beta.0 || ^6.3.0"
  },
  "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.0.0-beta.0 || ^6.3.0"
  },
  "configSchema": "config.schema.json",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "module": "./dist/index.esm.js"
}