-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 806 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
{
"name": "pi-context-map",
"version": "0.7.6",
"description": "Professional context profiler for Pi that visualizes the session context window, token distribution, and integrates with Nexus packages for actionable insights.",
"keywords": [
"pi-package",
"context",
"visualization",
"tokens",
"profiler",
"nexus"
],
"pi": {
"extensions": ["./extensions"]
},
"files": [
"extensions",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"pi-coding-agent": "*"
},
"devDependencies": {
"typescript": "^5.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0"
}
}