-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 888 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 888 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
{
"name": "ecoclaw",
"private": true,
"version": "0.1.0",
"description": "EcoClaw: Resource-Efficient Execution for Language Model Agents",
"scripts": {
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"dev:bench": "pnpm --filter @ecoclaw/lab-bench dev",
"plugin:pack:release": "npm --prefix packages/openclaw-plugin run pack:release",
"plugin:install:release": "npm --prefix packages/openclaw-plugin run install:release"
},
"devDependencies": {
"typescript": "^5.9.3",
"tsx": "^4.21.0",
"@types/node": "^24.3.0"
},
"workspaces": [
"packages/*",
"packages/*/*",
"apps/*"
],
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}