-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 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
{
"name": "dionysus-discord.js-rewrite",
"version": "3.2.0",
"description": "Dionysus is a Greek themed, fun, interactive, general purpose discord bot - made to cater to various needs in a server. Rewrite Version.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"api",
"discord"
],
"author": "Nyx",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"chartjs-adapter-moment": "^1.0.0",
"chartjs-node-canvas": "^4.0.1",
"discord.js": "^13.3.1",
"pg": "^8.7.1",
"pg-cursor": "^2.7.1",
"pg-native": "^3.0.0",
"systeminformation": "^5.8.7"
},
"devDependencies": {
"ascii-table": "^0.0.9",
"discord-api-types": "^0.24.0"
}
}