{
  "name": "@neo4j-cypher/react-codemirror",
  "license": "Apache-2.0",
  "files": [
    "dist",
    "src",
    "package.json",
    "README.md",
    "LICENSE.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "neo4j",
    "cypher",
    "react",
    "editor",
    "codemirror",
    "codemirror 6"
  ],
  "version": "2.0.0-next.26.5",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "scripts": {
    "dev": "tsc --watch",
    "build": "pnpm copy-lint-worker && tsc --declaration --outDir dist/",
    "copy-lint-worker": "copyfiles -u 4 ../lint-worker/dist/esm/lintWorker.mjs dist/src/lang-cypher && copyfiles -u 4 ../lint-worker/dist/esm/lintWorker.mjs src/lang-cypher",
    "clean": "rm -rf {dist,tsconfig.tsbuildinfo}",
    "test": "vitest run",
    "test:e2e": "playwright test -c playwright-ct.config.ts",
    "test:e2e-ui": "playwright test -c playwright-ct.config.ts --ui",
    "benchmark": "BENCHMARKING=true playwright test -c playwright-ct.config.ts -g \"benchmarking & performance test session\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/neo4j/cypher-language-support.git"
  },
  "bugs": {
    "url": "https://github.com/neo4j/cypher-language-support/issues"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=22.15.0"
  },
  "dependencies": {
    "@codemirror/autocomplete": "^6.18.6",
    "@codemirror/commands": "^6.8.1",
    "@codemirror/language": "^6.11.2",
    "@codemirror/lint": "^6.8.5",
    "@codemirror/search": "^6.5.11",
    "@codemirror/state": "^6.5.2",
    "@codemirror/view": "^6.38.1",
    "@lezer/common": "^1.0.2",
    "@lezer/highlight": "^1.1.3",
    "@neo4j-cypher/language-support": "workspace:*",
    "@neo4j-cypher/lint-worker": "workspace:*",
    "@types/prismjs": "^1.26.3",
    "@types/workerpool": "^6.4.7",
    "fastest-levenshtein": "^1.0.16",
    "lodash.debounce": "^4.0.8",
    "prismjs": "^1.29.0",
    "style-mod": "^4.1.2",
    "vscode-languageserver-types": "^3.17.3",
    "workerpool": "^9.0.4"
  },
  "devDependencies": {
    "@neo4j-ndl/base": "^3.2.10",
    "@playwright/experimental-ct-react": "^1.54.2",
    "@playwright/test": "^1.54.2",
    "@types/lodash.debounce": "^4.0.9",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@vitejs/plugin-react": "^4.3.1",
    "copyfiles": "^2.4.1",
    "jsdom": "^24.1.1",
    "lodash": "^4.17.21",
    "playwright": "^1.54.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "vite": "^4.5.10"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  }
}
