-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 921 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 921 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
39
40
41
42
{
"name": "@masyv/tokenforge",
"version": "0.2.0",
"description": "TokenForge — Full-stack LLM token optimization engine. Compresses code, command output, conversation, JSON, and MCP schemas with AST-aware intelligence.",
"main": "index.js",
"bin": {},
"scripts": {
"build": "./scripts/build.sh",
"install-bin": "./scripts/install.sh"
},
"keywords": [
"llm",
"token",
"compression",
"optimization",
"claude",
"claude-code",
"context-window",
"ast",
"tree-sitter",
"mcp",
"hook",
"plugin"
],
"author": "masyv",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Manavarya09/tokenforge"
},
"homepage": "https://github.com/Manavarya09/tokenforge#readme",
"files": [
"README.md",
"LICENSE",
"plugin/",
"hooks/",
"skills/",
"scripts/",
"core/src/",
"core/Cargo.toml"
]
}