-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.81 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.81 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@elizaos/spartan",
"version": "1.0.0-beta.57",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/elizaOS/spartan.git"
},
"homepage": "https://spartan.elizaos.ai/",
"bugs": {
"url": "https://github.com/elizaOS/spartan/issues"
},
"scripts": {
"start": "bun ../cli/dist/index.js start",
"build": "bun run build.ts",
"build-frontend": "vite build",
"lint": "prettier --write ./src",
"dev": "elizaos dev",
"test": "elizaos test --port 3001",
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
"format": "prettier --write ./src",
"format:check": "prettier --check ./src"
},
"nodemonConfig": {
"watch": [
"src",
"../core/dist"
],
"ext": "ts,json",
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@elizaos/cli": "workspace:*",
"@elizaos/core": "workspace:*",
"@elizaos/plugin-anthropic": "latest",
"@elizaos/plugin-birdeye": "workspace:*",
"@elizaos/plugin-bootstrap": "workspace:*",
"@elizaos/plugin-browser": "latest",
"@elizaos/plugin-coinmarketcap": "latest",
"@elizaos/plugin-discord": "latest",
"@elizaos/plugin-evm": "workspace:*",
"@elizaos/plugin-farcaster": "workspace:*",
"@elizaos/plugin-groq": "latest",
"@elizaos/plugin-jupiter": "workspace:*",
"@elizaos/plugin-knowledge": "workspace:*",
"@elizaos/plugin-local-ai": "latest",
"@elizaos/plugin-memory": "^1.0.2",
"@elizaos/plugin-mysql": "workspace:*",
"@elizaos/plugin-openai": "latest",
"@elizaos/plugin-solana": "workspace:*",
"@elizaos/plugin-sql": "workspace:*",
"@elizaos/plugin-telegram": "latest",
"@jup-ag/api": "^6.0.45",
"@langchain/core": "^0.3.79",
"@langchain/textsplitters": "^0.1.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@solana/kit": "^2.3.0",
"@solana/spl-token": "0.4.9",
"@solana/spl-token-metadata": "^0.1.6",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.90.5",
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "5.0.0",
"bignumber.js": "^9.3.1",
"bn.js": "^5.2.2",
"bs58": "6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "2.8.5",
"express": "4.21.1",
"lucide-react": "^0.473.0",
"minipass": "7.1.2",
"moment": "^2.30.1",
"multer": "1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemailer": "^7.0.10",
"react": "^18.3.1",
"react-bubble-ui": "^1.1.2",
"react-dom": "^18.3.1",
"readline": "1.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "5.8.2",
"vitest": "2.1.9",
"ws": "8.18.0",
"zod": "3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/multer": "^1.4.13",
"@types/node": "^22.18.13",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"prettier": "3.5.3",
"tailwindcss": "^3.4.18",
"tsup": "8.4.0",
"typescript-eslint": "^8.46.2",
"vite": "^6.4.1"
},
"gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
"trustedDependencies": [
"@elizaos/plugin-pdf",
"@elizaos/plugin-video-understanding",
"@swc/core",
"es5-ext",
"node-llama-cpp",
"node-opus",
"onnxruntime-node",
"protobufjs",
"youtube-dl-exec"
]
}