forked from IlanArellano21/beecrafty-bot-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 778 Bytes
/
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
{
"name": "beecrafty-bot-backend",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^12.0.3",
"express": "^4.17.2",
"ioredis": "^5.2.3",
"mssql": "^7.3.0",
"mysql": "^2.18.1",
"redis": "^4.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/mssql": "^7.1.4",
"@types/mysql": "^2.15.20",
"@types/uuid": "^8.3.4",
"morgan": "^1.10.0",
"tslint": "^6.1.3"
}
}