{
  "name": "@gitawego/pi-lsp",
  "version": "0.1.0",
  "description": "Config-driven Language Server Protocol integration for the pi coding agent. Official LSP servers by default (typescript, kotlin, gopls, rust-analyzer, clangd, pyright, ...), persistent per-project sessions, progressive diagnostics after edits, and rich queries (hover, definition, references, symbols, rename).",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "lsp",
    "language-server-protocol",
    "diagnostics",
    "progressive",
    "typescript",
    "kotlin",
    "config-driven"
  ],
  "license": "MIT",
  "author": "gitawego <gitawego@users.noreply.github.com>",
  "homepage": "https://github.com/gitawego/pi-lsp",
  "repository": {
    "type": "git",
    "url": "https://github.com/gitawego/pi-lsp.git"
  },
  "bugs": {
    "url": "https://github.com/gitawego/pi-lsp/issues"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "default": "./src/index.ts"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "extensions",
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi-lsp.ts"
    ]
  },
  "piExtension": {
    "lifecycle": "stable"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "dependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "^22",
    "typescript": "^6.0",
    "vitest": "^4.1.10"
  }
}
