-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.01 KB
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
39
40
41
42
43
44
45
46
{
"name": "ctxtrim",
"version": "0.1.16",
"description": "Trim what bloats your AI coding context. Scan a repo, find the high-cost/low-value files ballooning your Claude Code / Cursor / Codex context, and write ignore files to cut token cost. Zero dependencies.",
"type": "module",
"bin": {
"ctxtrim": "bin/ctxtrim.js"
},
"files": [
"bin",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test"
},
"keywords": [
"claude",
"claude-code",
"cursor",
"codex",
"tokens",
"token-count",
"context",
"cost",
"cursorignore",
"aiexclude",
"llm",
"ai-coding",
"developer-tools"
],
"author": "Royal Simpson Pinto",
"license": "MIT",
"homepage": "https://github.com/AgentPostmortem/Ctxtrim#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AgentPostmortem/Ctxtrim.git"
},
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/AgentPostmortem/Ctxtrim/issues"
}
}