{
  "name": "@oriflame/backstage-plugin-score-card",
  "version": "0.9.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": "frontend-plugin"
  },
  "homepage": "https://github.com/Oriflame/backstage-plugins/tree/main/plugins/score-card",
  "repository": {
    "type": "git",
    "url": "https://github.com/Oriflame/backstage-plugins",
    "directory": "plugins/score-card"
  },
  "keywords": [
    "backstage",
    "scoring"
  ],
  "scripts": {
    "start": "backstage-cli package start",
    "start:dev": "http-server -p 8090 --cors & yarn start --config dev/app-config.yaml",
    "build": "backstage-cli package build",
    "lint": "backstage-cli package lint",
    "test": "backstage-cli package test",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack"
  },
  "dependencies": {
    "@backstage/catalog-model": "^1.4.3",
    "@backstage/config": "^1.1.1",
    "@backstage/core-components": "^0.13.10",
    "@backstage/core-plugin-api": "^1.8.2",
    "@backstage/integration": "^1.9.0",
    "@backstage/integration-react": "^1.1.24",
    "@backstage/plugin-catalog-common": "^1.0.20",
    "@backstage/plugin-catalog-react": "^1.9.3",
    "@backstage/theme": "^0.5.0",
    "@backstage/types": "^1.1.1",
    "@backstage/version-bridge": "^1.0.7",
    "@material-ui/core": "^4.12.2",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.57",
    "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
    "react-use": "^17.2.4"
  },
  "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/catalog-client": "^1.5.2",
    "@backstage/cli": "^0.25.1",
    "@backstage/core-app-api": "^1.11.3",
    "@backstage/dev-utils": "^1.0.26",
    "@backstage/plugin-catalog": "^1.16.1",
    "@backstage/test-utils": "^1.4.7",
    "@testing-library/dom": "^9.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.0.0",
    "@types/jest": "*",
    "@types/node": "^20.11.5",
    "cross-fetch": "3.1.5",
    "http-server": "14.1.1",
    "msw": "1.3.2"
  },
  "files": [
    "dist",
    "config.d.ts"
  ],
  "configSchema": "config.d.ts",
  "module": "./dist/index.esm.js"
}