pi config update
This commit is contained in:
54
pi/.pi/agent/extensions/lsp-pi/package.json
Normal file
54
pi/.pi/agent/extensions/lsp-pi/package.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "lsp-pi",
|
||||
"version": "1.0.3",
|
||||
"description": "LSP extension for pi-coding-agent - provides language server tool and diagnostics feedback for Dart/Flutter, TypeScript, Vue, Svelte, Python, Go, Kotlin, Swift, Rust",
|
||||
"scripts": {
|
||||
"test": "npx tsx tests/lsp.test.ts",
|
||||
"test:tool": "npx tsx tests/index.test.ts",
|
||||
"test:integration": "npx tsx tests/lsp-integration.test.ts",
|
||||
"test:all": "npm test && npm run test:tool && npm run test:integration"
|
||||
},
|
||||
"keywords": [
|
||||
"lsp",
|
||||
"language-server",
|
||||
"dart",
|
||||
"flutter",
|
||||
"typescript",
|
||||
"vue",
|
||||
"svelte",
|
||||
"python",
|
||||
"go",
|
||||
"kotlin",
|
||||
"swift",
|
||||
"rust",
|
||||
"pi-coding-agent",
|
||||
"extension",
|
||||
"pi-package"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./lsp.ts",
|
||||
"./lsp-tool.ts"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@sinclair/typebox": "^0.34.33",
|
||||
"vscode-languageserver-protocol": "^3.17.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/pi-ai": "^0.50.0",
|
||||
"@mariozechner/pi-coding-agent": "^0.50.0",
|
||||
"@mariozechner/pi-tui": "^0.50.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mariozechner/pi-ai": "^0.50.0",
|
||||
"@mariozechner/pi-coding-agent": "^0.50.0",
|
||||
"@mariozechner/pi-tui": "^0.50.0",
|
||||
"@types/node": "^24.10.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user