forked from mdshamoon/discord-AI-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 860 Bytes
/
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
{
"name": "ngo-support-bot",
"version": "1.0.0",
"main": "index.js",
"author": "Mohd Shamoon",
"license": "MIT",
"dependencies": {
"@google-cloud/bigquery": "^5.12.0",
"@octokit/rest": "^18.12.0",
"@types/express": "^4.17.13",
"@types/node-fetch": "^2.6.12",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"dayjs": "^1.11.13",
"discord.js": "14.11.0",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"google-auth-library": "^9.2.0",
"googleapis": "^128.0.0",
"isomorphic-fetch": "^3.0.0",
"node-cron": "^3.0.0",
"openai": "^4.47.1",
"pino": "^9.5.0",
"pino-logflare": "^0.4.2",
"quickchart-js": "^3.1.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
"type": "module",
"scripts": {
"start": "ts-node-esm index.ts"
},
"engines": {
"node": ">16.13.0"
}
}