-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "golem",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc -p tsconfig.json",
"start": "node build/app.js",
"debug": "nodemon --exec 'ts-node src/app.ts'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^8.2.1",
"@fastify/multipart": "^8.1.0",
"@fastify/postgres": "^5.2.0",
"@fastify/redis": "^6.1.1",
"@fastify/url-data": "^5.3.1",
"@prisma/client": "^4.16.2",
"@sentry/node": "^7.58.1",
"axios": "^1.6.5",
"bybit-api": "^3.7.6",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.3",
"ethers": "^6.9.2",
"fastify": "^4.17.0",
"fastify-plugin": "^4.5.0",
"jsonwebtoken": "^9.0.1",
"luxon": "^3.4.4",
"node-cron": "^3.0.3",
"openai": "^4.24.7",
"pg": "^8.10.0",
"pino-pretty": "^10.0.0",
"prisma": "^4.16.2",
"twitter-api-v2": "^1.15.2"
},
"devDependencies": {
"@types/luxon": "^3.4.0",
"@types/node": "^20.4.1",
"nodemon": "^3.0.1",
"prisma": "^4.16.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}