-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 2.01 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"format": "prettier -w ./**/*.js",
"format:check": "prettier --check ./**/*.js",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "node deploy-commands.js",
"start": "node index.js",
"server": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csesoc/discord-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/csesoc/discord-bot/issues"
},
"homepage": "https://github.com/csesoc/discord-bot#readme",
"dependencies": {
"@discordjs/builders": "1.8.1",
"@discordjs/rest": "2.3.0",
"auro-ms-conversion": "1.3.0",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"cheerio": "^1.0.0-rc.12",
"closest-match": "1.3.3",
"cron": "^3.1.7",
"csv-parser": "3.0.0",
"csv-writer": "1.6.0",
"discord-api-types": "0.37.90",
"discord.js": "14.15.2",
"discordjs-button-pagination": "3.0.1",
"dotenv": "16.4.5",
"js-yaml": "4.1.0",
"mathjs": "^13.0.0",
"node-cron": "^3.0.3",
"nodemailer": "6.9.13",
"nodemon": "^3.0.0",
"pg": "8.12.0",
"puppeteer": "^22.12.1",
"textversionjs": "1.1.3",
"voucher-code-generator": "1.3.0",
"xkcd-api": "^1.0.1",
"yaml": "2.4.2"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"globals": "^15.5.0",
"node-pre-gyp": "0.17.0",
"prettier": "3.3.2"
}
}