forked from monotykamary/pi-vcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@monotykamary/pi-vcc",
"version": "0.8.2",
"description": "Algorithmic conversation compactor for pi - transcript-preserving structured summaries, no LLM calls",
"main": "index.ts",
"keywords": [
"pi-package",
"pi-extension",
"vcc",
"compact",
"compaction"
],
"repository": {
"type": "git",
"url": "git+https://github.com/monotykamary/pi-vcc.git"
},
"peerDependencies": {
"@earendil-works/pi-agent-core": "^0.79.8",
"@earendil-works/pi-ai": "^0.79.8",
"@earendil-works/pi-coding-agent": "^0.79.8",
"typebox": ">=1.1.24 <2.0.0"
},
"devDependencies": {
"@types/node": "^26.0.0",
"knip": "6.14.1",
"typescript": "6.0.3"
},
"scripts": {
"typecheck": "tsc --noEmit",
"lint:dead": "knip"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"packageManager": "pnpm@11.6.0"
}