{
  "name": "@piex-dev/lsp",
  "version": "0.3.0",
  "type": "module",
  "description": "LSP extension for pi — diagnostics (incl. post-edit ERRORs), navigation, rename, code actions, format",
  "license": "MIT",
  "author": "debugtalk",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/piex-dev/piex.git",
    "directory": "extensions/lsp"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "lsp",
    "language-server-protocol",
    "diagnostics",
    "formatting",
    "rename"
  ],
  "pi": {
    "extensions": [
      "./src/lsp.ts"
    ]
  },
  "exports": {
    ".": "./src/lsp.ts"
  },
  "files": [
    "src",
    "README.md"
  ],
  "scripts": {
    "test": "bun test lsp.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "typebox": "*"
  }
}
