-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.62 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
{
"name": "lightmem2",
"private": true,
"version": "0.1.0",
"description": "LightMem2: a modular framework for long-running agent memory and context management, with TokenPilot as the current OpenClaw runtime component",
"scripts": {
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"lightmem2:build": "npm --prefix components/tokenpilot/products/cli run build",
"lightmem2:install": "npm --prefix components/tokenpilot/products/cli run install:bin",
"lightmem2:typecheck": "npm --prefix components/tokenpilot/products/cli run typecheck",
"lightmem2:test": "npm --prefix components/tokenpilot/products/cli test",
"component:pack:tokenpilot:openclaw": "npm --prefix components/tokenpilot/adapters/openclaw run pack:release",
"component:install:tokenpilot:openclaw": "npm --prefix components/tokenpilot/adapters/openclaw run install:release",
"plugin:pack:release": "npm --prefix components/tokenpilot/adapters/openclaw run pack:release",
"plugin:install:release": "npm --prefix components/tokenpilot/adapters/openclaw run install:release"
},
"devDependencies": {
"typescript": "^5.9.3",
"tsx": "^4.21.0",
"@types/node": "^24.3.0"
},
"workspaces": [
"components/tokenpilot/packages/*",
"components/tokenpilot/packages/*/*",
"components/tokenpilot/adapters/*",
"components/tokenpilot/products/*"
],
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}