-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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": "garagebot",
"version": "0.0.1",
"description": "",
"main": "bin/app.js",
"scripts": {
"build": "tsc",
"start": "node ./bin/app.js",
"dev": "tsc-watch --onSuccess 'npm start' --onFailure 'echo Error during compilation'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Garage-ISEP/GarageBot.git"
},
"keywords": [
"Discord",
"Bot",
"Ranking"
],
"author": "GarageIsep",
"license": "ISC",
"bugs": {
"url": "https://github.com/Garage-ISEP/GarageBot/issues"
},
"homepage": "https://github.com/Garage-ISEP/GarageBot#readme",
"dependencies": {
"@types/bluebird": "^3.5.33",
"@types/validator": "^13.1.0",
"@types/ws": "^7.4.0",
"discord.js": "^12.5.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql2": "^2.2.5",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.22.3",
"sequelize-typescript": "^1.1.0",
"short-uuid": "^4.1.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"tsc-watch": "^4.2.9",
"typescript": "^4.1.2"
}
}