-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 920 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 920 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "the-cartoonist",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "bun --watch src/main.ts",
"start": "bun src/main.ts",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.41",
"@ai-sdk/gateway": "^3.0.40",
"@aws-sdk/client-s3": "^3.993.0",
"@fastify/multipart": "^9.4.0",
"@fastify/static": "^9.0.0",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"ai": "^6.0.79",
"bip39": "^3.1.0",
"bs58": "^6.0.0",
"ed25519-hd-key": "^1.3.0",
"fastify": "^5.3.0",
"pg": "^8.18.0",
"replicate": "^1.4.0",
"sharp": "^0.34.5",
"twitter-api-v2": "^1.19.0",
"viem": "^2.45.3",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/bun": "^1.2.0",
"@types/pg": "^8.16.0",
"@types/sharp": "^0.31.1",
"typescript": "^5.7.0"
}
}