-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.52 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "briannah",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push",
"db:pull": "drizzle-kit pull"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@brian-ai/langchain": "^1.2.8",
"@brian-ai/sdk": "^0.3.5",
"@farcaster/hub-nodejs": "^0.12.6",
"@langchain/core": "^0.3.19",
"@langchain/openai": "^0.3.14",
"@libsql/client": "^0.14.0",
"@lit-protocol/contracts-sdk": "^7.0.0",
"@lit-protocol/lit-auth-client": "^7.0.0",
"@lit-protocol/lit-node-client": "^7.0.0",
"@neynar/nodejs-sdk": "1.63.0",
"axios": "^1.7.2",
"bullmq": "^5.7.9",
"croner": "^8.0.2",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.0",
"ethers": "5.x",
"express": "^4.19.2",
"express-slow-down": "^2.0.3",
"ky": "^1.2.4",
"langchain": "^0.3.6",
"openai": "^4.71.0",
"pm2": "^5.4.0",
"redis": "^4.7.0",
"uuid": "^11.0.1",
"viem": "^2.21.51",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"@types/uuid": "^9.0.8",
"drizzle-kit": "^0.27.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=19.9.0"
}
}