{
  "name": "@mp-codemirror/lsp-client",
  "version": "0.3.4",
  "description": "Reusable LSP bridge for CodeMirror 6",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Josverl/stubs_playground.git",
    "directory": "packages/lsp-client"
  },
  "type": "module",
  "main": "./src/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "src/",
    "types/",
    "changelog.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build:types": "tsc -p tsconfig.json",
    "test": "node ../../scripts/check-lsp-client-types.mjs && node --test tests/*.unit.mjs"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./src/index.js"
    }
  },
  "browserDistribution": {
    "entry": "src/index.js"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@codemirror/autocomplete": "^6.0.0",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0"
  }
}
