-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.29 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.29 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@elizaos/eliza-starter",
"version": "0.1.9",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "tsup src/index.ts --format esm --dts",
"start": "tsc && node --loader ts-node/esm src/index.ts",
"clean": "./scripts/clean.sh",
"start:service:all": "pm2 start pnpm --name=\"all\" --restart-delay=3000 --max-restarts=10 -- run start:all",
"stop:service:all": "pm2 stop all"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.0",
"@elizaos/adapter-postgres": "0.1.9",
"@elizaos/adapter-sqlite": "0.1.9",
"@elizaos/client-auto": "0.1.9",
"@elizaos/client-direct": "0.1.9",
"@elizaos/client-discord": "0.1.9",
"@elizaos/client-telegram": "0.1.9",
"@elizaos/client-twitter": "0.1.9",
"@elizaos/core": "0.1.9",
"@elizaos/plugin-bootstrap": "0.1.9",
"@elizaos/plugin-image-generation": "0.1.9",
"@elizaos/plugin-node": "0.1.9",
"@elizaos/plugin-solana": "0.1.9",
"@elizaos/plugin-starknet": "0.1.9",
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.98.0",
"@tavily/core": "0.0.2",
"@types/node": "^22.14.1",
"amqplib": "0.10.5",
"better-sqlite3": "11.5.0",
"fs": "0.0.1-security",
"net": "1.0.2",
"path": "0.12.7",
"readline": "1.3.0",
"url": "0.11.4",
"ws": "8.18.0",
"yargs": "17.7.2",
"zod": "^3.24.2"
},
"engines": {
"node": ">=22"
},
"pnpm": {
"overrides": {
"onnxruntime-node": "1.20.0"
},
"ignoredBuiltDependencies": [
"@discordjs/opus",
"@elizaos/plugin-node",
"better-sqlite3",
"bigint-buffer",
"bufferutil",
"canvas",
"es5-ext",
"esbuild",
"ffmpeg-static",
"keccak",
"node-hid",
"node-llama-cpp",
"onnxruntime-node",
"protobufjs",
"puppeteer",
"secp256k1",
"sharp",
"sodium-native",
"usb",
"utf-8-validate",
"wtf_wikipedia",
"youtube-dl-exec"
],
"onlyBuiltDependencies": [
"better-sqlite3"
]
},
"devDependencies": {
"pm2": "5.4.3",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
}