-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
34
35
36
{
"name": "aredl-bot",
"version": "3.11.1",
"description": "Discord bot for managing the All Rated Extreme Demons List",
"main": "index.js",
"scripts": {
"testenv": "echo '{}' > ./config.json && cp './debug config.json' ./config.json",
"start": "node bot.js",
"format": "prettier --write .",
"lint": "eslint ."
},
"author": "Minebox260",
"license": "ISC",
"dependencies": {
"@napi-rs/canvas": "^0.1.97",
"@octokit/rest": "20.1.2",
"chartjs-node-canvas": "^5.0.0",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"exceljs": "^4.4.0",
"is-url-http": "^2.3.13",
"log-timestamp": "^0.3.0",
"log4js": "^6.9.1",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"pako": "^2.1.0",
"prettier": "^3.8.1",
"sequelize": "^6.37.8",
"simple-git": "^3.33.0",
"sqlite3": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^17.4.0"
}
}