-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 745 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 745 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
{
"name": "discord.js-leveling-bot",
"version": "1.0.0",
"description": "> A Discord Leveling Bot built with Discord.js and Canvas made by roefinoavrililo",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/roefinoavrililo/Discord.JS-Leveling-Bot.git"
},
"author": "roefinoavrililo",
"license": "ISC",
"bugs": {
"url": "https://github.com/roefinoavrililo/Discord.JS-Leveling-Bot/issues"
},
"homepage": "https://github.com/roefinoavrililo/Discord.JS-Leveling-Bot#readme",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"better-sqlite3": "^7.1.5",
"canvacord": "^5.2.1",
"canvas": "^2.7.0",
"discord.js": "^12.4.1",
"fs": "0.0.1-security"
}
}