-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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
{
"name": "tcbv5",
"version": "5.0.0",
"description": "TheCodingBot - A Discord Bot.",
"main": "src/bot.js",
"scripts": {
"start": "node .",
"test": "node . true"
},
"keywords": [
"discord",
"bot",
"coding",
"tcb"
],
"author": "Netro Corporation",
"license": "MIT",
"dependencies": {
"@discordjs/voice": "^0.6.0",
"ascii-table": "^0.0.9",
"async-queue": "^0.1.0",
"canvas": "^2.8.0",
"discord.js": "^13.3.1",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.6",
"node-vibrant": "^3.2.1-alpha.1",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"sequelize": "^6.7.0",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
}
}