-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 887 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
{
"name": "patchpress",
"version": "0.9.0",
"description": "Fast cheap cited compaction for Claude Code via a stable in-place binary patch and a flash-tier citation+rehydration pipeline.",
"license": "MIT",
"type": "module",
"bin": {
"patchpress": "scripts/cli.mjs"
},
"main": "scripts/compact-full-transcript.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/jaredboynton/patchpress.git"
},
"files": [
"scripts/",
"references/",
"AGENTS.md",
"README.md"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"test": "bash scripts/gate-proofs/t3-tests.sh",
"test:unit": "bash scripts/gate-proofs/t3-tests.sh",
"test:parity": "node scripts/test-provider-dry-parity.mjs"
},
"dependencies": {
"js-tiktoken": "^1.0.21"
},
"engines": {
"node": ">=20"
}
}