{
  "name": "@backstage/plugin-splunk-on-call",
  "version": "0.4.24",
  "description": "A Backstage plugin that integrates towards Splunk On-Call",
  "backstage": {
    "role": "frontend-plugin",
    "moved": "@backstage-community/plugin-splunk-on-call"
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.esm.js",
    "types": "dist/index.d.ts"
  },
  "keywords": [
    "backstage",
    "splunk-on-call"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/splunk-on-call"
  },
  "license": "Apache-2.0",
  "sideEffects": false,
  "main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "config.d.ts"
  ],
  "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/catalog-model": "^1.4.5",
    "@backstage/core-components": "^0.14.4",
    "@backstage/core-plugin-api": "^1.9.2",
    "@backstage/plugin-catalog-react": "^1.11.3",
    "@material-ui/core": "^4.12.2",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "4.0.0-alpha.61",
    "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
    "luxon": "^3.0.0",
    "react-use": "^17.2.4"
  },
  "devDependencies": {
    "@backstage/cli": "^0.26.4",
    "@backstage/core-app-api": "^1.12.4",
    "@backstage/dev-utils": "^1.0.31",
    "@backstage/test-utils": "^1.5.4",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^15.0.0",
    "@types/luxon": "^3.0.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.d.ts",
  "deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-splunk-on-call instead.",
  "module": "./dist/index.esm.js"
}