codetree-claude 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codetree-claude",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Persistent codebase index and cache for Claude Code — reduces token usage by 60-70% by intercepting and caching file reads",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,8 +36,7 @@
|
|
|
36
36
|
"test:watch": "vitest",
|
|
37
37
|
"lint": "node ./node_modules/typescript/bin/tsc --noEmit",
|
|
38
38
|
"start": "node dist/server/mcp-server.js",
|
|
39
|
-
"prepublishOnly": "npm run build"
|
|
40
|
-
"postinstall": "node scripts/postinstall.js"
|
|
39
|
+
"prepublishOnly": "npm run build"
|
|
41
40
|
},
|
|
42
41
|
"engines": {
|
|
43
42
|
"node": ">=20"
|