{
  "author": "Grafana Labs",
  "license": "AGPL-3.0-only",
  "name": "@grafana/prometheus",
  "version": "13.1.1",
  "description": "Grafana Prometheus Library",
  "keywords": [
    "typescript",
    "prometheus",
    "grafana"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/grafana/grafana-prometheus-datasource.git",
    "directory": "packages/grafana-prometheus"
  },
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "files": [
    "./dist",
    "./README.md",
    "./CHANGELOG.md",
    "./LICENSE_AGPL"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts --configPlugin esbuild",
    "bundle": "rollup -c rollup.config.ts --configPlugin esbuild",
    "clean": "rimraf ./dist ./compiled ./package.tgz",
    "i18n-extract": "i18next-cli extract --sync-primary",
    "typecheck": "tsc --emitDeclarationOnly false --noEmit"
  },
  "dependencies": {
    "@emotion/css": "11.13.5",
    "@floating-ui/react": "0.27.19",
    "@grafana/plugin-ui": "^0.13.1",
    "@hello-pangea/dnd": "18.0.1",
    "@leeoniya/ufuzzy": "1.0.19",
    "@lezer/common": "1.3.0",
    "@lezer/highlight": "1.2.3",
    "@lezer/lr": "1.4.3",
    "@prometheus-io/lezer-promql": "0.307.3",
    "@types/debounce-promise": "3.1.9",
    "@types/lodash": "4.17.20",
    "@types/react": "18.3.18",
    "@types/react-dom": "18.3.5",
    "@types/react-highlight-words": "0.20.0",
    "@types/semver": "7.7.1",
    "@types/uuid": "10.0.0",
    "debounce-promise": "3.1.2",
    "lodash": "^4.17.23",
    "moment": "2.30.1",
    "moment-timezone": "0.5.47",
    "monaco-editor": "0.34.1",
    "monaco-promql": "1.8.0",
    "pluralize": "8.0.0",
    "prismjs": "1.30.0",
    "react-highlight-words": "0.21.0",
    "react-use": "17.6.0",
    "react-window": "1.8.11",
    "rxjs": "7.8.2",
    "semver": "7.7.3",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@grafana/assistant": "0.1.24",
    "@grafana/data": "13.0.1",
    "@grafana/e2e-selectors": "13.0.1",
    "@grafana/i18n": "13.0.1",
    "@grafana/runtime": "12.4.2",
    "@grafana/schema": "13.0.1",
    "@grafana/ui": "12.4.2",
    "@rollup/plugin-dynamic-import-vars": "2.1.5",
    "@rollup/plugin-image": "3.0.3",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@testing-library/jest-dom": "6.6.4",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/jest": "29.5.14",
    "@types/node": "24.10.1",
    "@types/pluralize": "^0.0.33",
    "@types/prismjs": "1.26.5",
    "@types/react-window": "^1.8.8",
    "esbuild": "0.25.8",
    "i18next-cli": "^1.48.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-select-event": "5.5.1",
    "rimraf": "6.0.1",
    "rollup": "^4.60.1",
    "rollup-plugin-esbuild": "6.2.1",
    "rollup-plugin-node-externals": "^8.0.0",
    "testing-library-selector": "0.3.1",
    "typescript": "6.0.2"
  },
  "peerDependencies": {
    "@grafana/assistant": ">=0.1.0",
    "@grafana/data": ">=11.5.0",
    "@grafana/e2e-selectors": ">=11.5.0",
    "@grafana/i18n": ">=12.3.0",
    "@grafana/runtime": ">=11.5.0",
    "@grafana/schema": ">=11.5.0",
    "@grafana/ui": ">=11.5.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "@grafana/assistant": {
      "optional": true
    }
  },
  "overrides": {
    "@grafana/data": "$@grafana/data",
    "@grafana/schema": "$@grafana/schema",
    "@grafana/i18n": "$@grafana/i18n"
  }
}
