forked from ponderingdemocritus/blobert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "dojo-bot",
"module": "index.ts",
"type": "module",
"main": "dist/src/server.js",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/express": "^4.17.17",
"@types/node-cron": "^3.0.10",
"bun-types": "latest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.25.0",
"@fal-ai/serverless-client": "^0.13.0",
"@pinecone-database/pinecone": "^3.0.0",
"@sapphire/decorators": "^6.1.0 ",
"@sapphire/framework": "^5.2.1",
"@types/node-fetch": "^2.6.11",
"@types/ws": "^8.5.10",
"cors": "^2.8.5",
"discord.js": "^14.13.0",
"express": "^4.18.2",
"langchain": "^0.1.33",
"mongodb": "^6.8.0",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.2",
"openai": "^4.20.1",
"replicate": "^0.32.0",
"sharp": "^0.33.4",
"starknet": "^6.11.0",
"twitter-api-v2": "^1.15.2",
"typescript": "^5.2.2",
"ws": "^8.16.0"
},
"scripts": {
"build": "tsc",
"serve": "bun run dist/src/index.js",
"codegen": "graphql-codegen"
}
}