Files
agentic-chat-connect/package.json
2026-07-28 14:52:37 +08:00

28 lines
574 B
JSON

{
"name": "agentic-chat-connect",
"version": "0.1.21",
"private": true,
"type": "module",
"keywords": ["pi-package"],
"types": "./src/index.ts",
"pi": {
"extensions": ["./src/index.ts"]
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"ws": "^8.21.1",
"zod": "^3.25.0 || ^4.0.0"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "^0.80.10",
"@types/node": "^22.0.0",
"@types/ws": "^8.18.1",
"typescript": "^5.4.0",
"vitest": "^4.1.10"
}
}