-
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) · 1.48 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.48 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
{
"name": "clawd",
"version": "1.0.0",
"description": "Local-first continuity-and-judgment runtime for Dizzy",
"main": "index.js",
"scripts": {
"test": "node ./scripts/safety_checks.mjs",
"smoke": "node ./smoke_test.mjs",
"check:safety": "node ./scripts/safety_checks.mjs",
"check:state": "node ./scripts/sync_state.mjs --check",
"check:memory": "node ./scripts/memory_validate.mjs",
"check:prompt": "node ./scripts/prompt_drift_check.mjs",
"drift:scan": "node ./scripts/drift_scan.mjs",
"connection:scan": "node ./scripts/connection_scan.mjs",
"maintain": "node ./scripts/maintain.mjs",
"memory:vacuum": "node ./scripts/memory_vacuum.mjs"
},
"keywords": [
"assistant",
"local-first",
"memory",
"governance",
"continuity"
],
"author": "Josh",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cheerio": "^1.2.0",
"chromadb": "^3.3.1",
"ethers": "^6.16.0",
"express": "^5.2.1",
"puppeteer-core": "^24.38.0",
"redis": "^5.11.0"
}
}