-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 892 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
{
"name": "discord",
"version": "1.1.2",
"description": "my first attepmt at a discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node devdeploycmds.js",
"global": "node globaldeploycmds.js"
},
"author": "Baggette",
"license": "ISC",
"dependencies": {
"@google-ai/generativelanguage": "^2.1.1",
"@google/generative-ai": "^0.21.0",
"better-sqlite3": "^8.2.0",
"cooldown.js": "^1.0.0",
"discord-api-types": "^0.37.54",
"discord.js": "^14.8.0",
"discord.js-akinator": "^4.1.2",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.1",
"google-auth-library": "^9.7.0",
"https": "^1.0.0",
"libsodium-wrappers": "^0.7.10",
"node-schedule": "^2.1.1",
"parse-ms": "^2.1.0",
"pretty-ms": "^7.0.1",
"quick.db": "^9.1.4",
"tech-tip-cyber": "^1.2.3"
}
}