{ "name": "@code-yeongyu/codex-lsp", "version": "0.2.0", "description": "Codex plugin that exposes Language Server Protocol tools and post-edit diagnostics.", "type": "module", "packageManager": "npm@11.12.1", "license": "MIT", "homepage": "https://github.com/code-yeongyu/codex-lsp", "repository": { "type": "git", "url": "git+https://github.com/code-yeongyu/codex-lsp.git" }, "bugs": { "url": "https://github.com/code-yeongyu/codex-lsp/issues" }, "keywords": [ "codex", "codex-plugin", "lsp", "language-server-protocol", "mcp", "diagnostics" ], "bin": { "omo-lsp": "./dist/cli.js" }, "files": [ "dist", "hooks", "skills", ".codex-plugin", ".mcp.json", "LICENSE", "NOTICE", "README.md", "CHANGELOG.md" ], "scripts": { "bootstrap": "node scripts/build-lsp-tools.mjs", "prebuild": "node scripts/build-lsp-tools.mjs", "build": "node scripts/clean-dist.mjs && tsc -p tsconfig.build.json", "pretest": "node scripts/build-lsp-tools.mjs", "test": "node scripts/test.mjs", "test:watch": "vitest", "pretypecheck": "node scripts/build-lsp-tools.mjs", "typecheck": "tsc --noEmit", "lint": "biome check src test", "lint:fix": "biome check --write src test", "precheck": "node scripts/build-lsp-tools.mjs", "check": "tsc --noEmit && biome check src test && tsc -p tsconfig.build.json" }, "dependencies": { "@code-yeongyu/lsp-tools-mcp": "file:../../../../lsp-tools-mcp" }, "devDependencies": { "@biomejs/biome": "2.4.15", "@types/node": "^25.7.0", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "engines": { "node": ">=20.0.0" } }