-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"develop": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discord-ynov-lyon/discord-bot.git"
},
"keywords": [
"bot",
"discord"
],
"author": "Jules Aaelio",
"license": "MIT",
"bugs": {
"url": "https://github.com/discord-ynov-lyon/discord-bot/issues"
},
"homepage": "https://github.com/discord-ynov-lyon/discord-bot#readme",
"dependencies": {
"body-parser": "^1.18.3",
"discord.js": "^12.0.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
"mysql2": "^1.6.1",
"nodemailer": "^4.6.8",
"pug": "^2.0.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"sequelize": "^6.3.5",
"sequelize-cli": "^5.5.1",
"sequelize-require-models": "^0.1.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}