-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 914 Bytes
/
package.json
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
37
{
"name": "agents-fun-eliza",
"version": "0.1.0",
"description": "",
"author": "",
"scripts": {
"build": "lerna run build --stream",
"build:agent": "./scripts/build.sh",
"start": "pnpm --filter \"agents-fun\" --isRoot --non-interactive start",
"clean": "lerna clean"
},
"engines": {
"node": ">=23"
},
"pnpm": {
"overrides": {
"onnxruntime-node": "1.20.0",
"zod": "3.23.8",
"whatwg-url": "7.1.0",
"@goat-sdk/core": "0.3.4"
}
},
"devDependencies": {
"@types/node": "^22.13.1",
"lerna": "^8.1.9",
"madge": "^8.0.0",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"workspaces": {
"packages": [
"packages/*"
]
}
}