forked from csesoc/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.68 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.68 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"format": "prettier -w './**/*.js'",
"format:check": "prettier --check './**/*.js'",
"lint": "eslint . --ext .js",
"lint:fix": "eslint --fix . --ext .js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": "0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"auro-ms-conversion": "1.3.0",
"axios": "0.22.0",
"canvas": "^2.9.1",
"cheerio": "^1.0.0-rc.12",
"closest-match": "1.3.3",
"csv-parser": "3.0.0",
"csv-writer": "1.6.0",
"discord-api-types": "0.23.1",
"discord-tictactoe": "2.1.1",
"discord.js": "13.1.0",
"discordjs-button-pagination": "2.0.0",
"dotenv": "10.0.0",
"js-yaml": "4.1.0",
"mathjs": "^11.3.3",
"nodemailer": "6.7.5",
"pg": "8.7.3",
"textversionjs": "1.1.3",
"voucher-code-generator": "1.1.1",
"xkcd-api": "^1.0.1",
"yaml": "2.0.0-8"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"node-pre-gyp": "0.12.0",
"prettier": "2.7.1"
}
}