consolidate extension dependencies into single package.json

This commit is contained in:
Thomas G. Lopes
2026-03-05 12:23:26 +00:00
parent c8a646ba3e
commit d40c0620bf
10 changed files with 224 additions and 6491 deletions
+27 -4
View File
@@ -2,11 +2,34 @@
"name": "pi-extensions",
"private": true,
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0",
"@mozilla/readability": "^0.5.0",
"@sinclair/typebox": "^0.34.0",
"linkedom": "^0.16.0",
"p-limit": "^6.1.0",
"turndown": "^7.2.0",
"unpdf": "^1.4.0",
"vscode-languageserver-protocol": "^3.17.5"
},
"devDependencies": {
"typescript": "^5.7.0",
"@mariozechner/pi-ai": "^0.56.0",
"@mariozechner/pi-coding-agent": "^0.56.0",
"@mariozechner/pi-tui": "^0.56.0",
"@mariozechner/pi-ai": "^0.56.0",
"@sinclair/typebox": "^0.34.0"
}
"@types/node": "^25.3.3",
"typescript": "^5.7.0"
},
"pi": {
"extensions": [
"./custom-provider-anthropic/index.ts",
"./lsp/lsp.ts",
"./lsp/lsp-tool.ts",
"./matugen-theme-watch/index.ts",
"./pi-web-access/index.ts"
],
"skills": [
"./pi-web-access/skills"
]
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}