{
  "name": "@codemirror/state",
  "version": "6.5.2",
  "description": "Editor state data structures for the CodeMirror code editor",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin",
    "url": "http://marijnhaverbeke.nl"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "sideEffects": false,
  "license": "MIT",
  "dependencies": {
    "@marijn/find-cluster-break": "^1.0.0"
  },
  "devDependencies": {
    "@codemirror/buildhelper": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/codemirror/state.git"
  }
}