{
  "name": "@jfvilas/plugin-kwirth-log",
  "version": "0.14.2",
  "description": "Frontend plugin for viewing real-time Kubernetes logs in Backstage",
  "keywords": [
    "Backstage",
    "Kubernetes",
    "log",
    "observability",
    "Kwirth",
    "plugin"
  ],
  "backstage": {
    "role": "frontend-plugin",
    "pluginId": "kwirth",
    "pluginPackages": [
      "@jfvilas/plugin-kwirth-log",
      "@jfvilas/plugin-kwirth-frontend",
      "@jfvilas/plugin-kwirth-backend",
      "@jfvilas/plugin-kwirth-common"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jfvilas/plugin-kwirth-log.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Julio Fernandez",
    "url": "https://github.com/jfvilas",
    "email": "jfvilas@outlook.com"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.esm.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "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.7.7",
    "@backstage/core-components": "^0.18.8",
    "@backstage/core-plugin-api": "^1.12.4",
    "@backstage/frontend-plugin-api": "^0.15.1",
    "@backstage/integration-react": "^1.2.16",
    "@backstage/plugin-auth-react": "^0.1.25",
    "@backstage/plugin-catalog-react": "^2.1.0",
    "@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.0",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^15.0.0",
    "@types/lodash": "^4.14.151",
    "@types/react-dom": "^18.2.19",
    "canvas": "^2.11.2",
    "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"
  },
  "module": "./dist/index.esm.js"
}
