-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 981 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
{
"name": "cc-117",
"version": "2.0.0",
"description": "This is a Discord bot primarily focused around guild management for Wynncraft but also displays helpful information such as active hours for other guilds and basic stats about them and their members.",
"main": "index.js",
"scripts": {
"format": "prettier --write \"commands/**/*.js\" \"database/**/*.js\" \"events/**/*.js\" \"functions/**/*.js\" \"message_objects/**/*.js\" \"values/**/*.js\""
},
"keywords": [],
"author": "Jamie Callan (ShadowCat117)",
"license": "MIT",
"dependencies": {
"@napi-rs/canvas": "^0.1.53",
"axios": "^1.6.2",
"discord.js": "^14.15.3",
"husky": "^9.1.2",
"pretty-quick": "^4.0.0",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.41.0",
"prettier": "^3.3.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}