-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 828 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 828 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
{
"name": "everclaw",
"version": "2026.4.9.1449",
"type": "module",
"description": "Open-source first AI inference via Morpheus decentralized network",
"scripts": {
"test": "node --test tests/*.mjs",
"test:lib": "node --test tests/lib-*.mjs",
"test:encryption": "node --test tests/lib-encryption.mjs",
"test:docker": "node --test tests/lib-docker.mjs",
"test:keychain": "node --test tests/lib-keychain.mjs",
"test:manifest": "node --test tests/lib-manifest.mjs",
"test:memory": "node --test tests/memory-backend.mjs tests/mempalace-bridge.mjs",
"bootstrap": "node scripts/bootstrap-gateway.mjs"
},
"keywords": [
"morpheus",
"ai",
"inference",
"decentralized",
"openclaw",
"everclaw"
],
"license": "MIT",
"dependencies": {
"argon2": "^0.41.1"
}
}