{
  "name": "@dash0hq/codemirror-promql",
  "version": "0.302.1-dash03",
  "description": "a CodeMirror mode for the PromQL language",
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "main": "dist/cjs/index.js",
  "scripts": {
    "build": "npm run build:lib",
    "build:lib": "bash ./build.sh",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand",
    "lint": "eslint src/ --ext .ts",
    "lint:fix": "eslint --fix src/ --ext .ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prometheus/prometheus.git"
  },
  "keywords": [
    "promql",
    "codemirror",
    "mode",
    "prometheus"
  ],
  "author": "Prometheus Authors <prometheus-developers@googlegroups.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/prometheus/prometheus/issues"
  },
  "homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/README.md",
  "dependencies": {
    "@dash0hq/lezer-promql": "0.302.1-dash03",
    "lru-cache": "^11.0.2"
  },
  "devDependencies": {
    "@codemirror/autocomplete": "^6.18.4",
    "@codemirror/language": "^6.10.8",
    "@codemirror/lint": "^6.8.4",
    "@codemirror/state": "^6.5.2",
    "@codemirror/view": "^6.36.4",
    "@lezer/common": "^1.2.3",
    "@lezer/highlight": "^1.2.0",
    "@lezer/lr": "^1.4.2",
    "eslint-plugin-prettier": "^5.2.3",
    "isomorphic-fetch": "^3.0.0",
    "nock": "^14.0.1"
  },
  "peerDependencies": {
    "@codemirror/autocomplete": "^6.4.0",
    "@codemirror/language": "^6.3.0",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/state": "^6.1.1",
    "@codemirror/view": "^6.4.0",
    "@lezer/common": "^1.0.1"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5",
    "printWidth": 150
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
