{
  "name": "@port-labs/backstage-plugin-framework",
  "version": "0.1.7",
  "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"
  },
  "homepage": "https://backstage-plugin.getport.io/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/port-labs/backstage-plugin.git",
    "directory": "backstage-plugins/plugins/frontend-plugin"
  },
  "backstage": {
    "role": "frontend-plugin",
    "pluginId": "framework",
    "pluginPackages": [
      "@port-labs/backstage-plugin-framework",
      "@port-labs/backstage-plugin-framework-backend"
    ]
  },
  "keywords": [
    "backstage",
    "port",
    "getport",
    "port-labs"
  ],
  "sideEffects": false,
  "scripts": {
    "start": "backstage-cli package start",
    "build": "backstage-cli package build",
    "lint": "backstage-cli package lint",
    "test": "backstage-cli package test",
    "clean": "backstage-cli package clean",
    "prepack": "yarn build && backstage-cli package prepack",
    "postpack": "backstage-cli package postpack"
  },
  "dependencies": {
    "@backstage/catalog-model": "^1.5.0",
    "@backstage/core-components": "^0.16.1",
    "@backstage/core-plugin-api": "^1.10.1",
    "@backstage/plugin-catalog": "^1.22.0",
    "@backstage/plugin-catalog-react": "^1.12.3",
    "@backstage/theme": "^0.5.6",
    "@material-ui/core": "^4.12.2",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.61",
    "classnames": "^2.5.1",
    "lodash": "^4.17.21",
    "react-use": "^17.5.1",
    "validator": "^13.12.0",
    "yaml": "^2.6.1"
  },
  "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"
  },
  "devDependencies": {
    "@backstage/cli": "^0.26.11",
    "@backstage/core-app-api": "^1.14.0",
    "@backstage/dev-utils": "^1.0.35",
    "@backstage/test-utils": "^1.5.8",
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@testing-library/dom": "^8.0.0",
    "@testing-library/jest-dom": "^5.10.1",
    "@testing-library/react": "^12.1.3",
    "@testing-library/user-event": "^14.0.0",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.7",
    "@types/luxon": "^3.3.1",
    "@types/node": "^16.11.26",
    "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
    "@types/uuid": "^10.0.0",
    "@types/validator": "^13.12.2",
    "copyfiles": "^2.4.1",
    "ts-jest": "^29.1.4",
    "typescript": "^4.8.4"
  },
  "files": [
    "dist"
  ],
  "module": "./dist/index.esm.js"
}
