-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "vitek-discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"deploy": "node deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mihaszki/vitek-discord-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mihaszki/vitek-discord-bot/issues"
},
"homepage": "https://github.com/Mihaszki/vitek-discord-bot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"ascii-img-canvas-nodejs": "^1.7.0",
"axios": "^0.27.2",
"canvasjs": "^1.8.3",
"chart.js": "^3.7.1",
"chartjs-node-canvas": "^4.1.6",
"date-fns": "^2.17.0",
"discord-api-types": "^0.29.0",
"discord.js": "^13.6.0",
"dotenv": "^8.2.0",
"gif-encoder-2": "^1.0.5",
"imagesize": "^1.0.0",
"mongoose": "^6.2.10",
"qrcode": "^1.5.0",
"simplex-noise": "^2.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^8.12.0",
"nodemon": "^2.0.7"
}
}