-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 901 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
36
37
38
39
40
{
"name": "prueba",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon --quiet index.js",
"tsc": "tsc -w",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"class-transformer": "^0.5.1",
"class-validator": "0.14.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "6.8.1",
"jose": "4.14.4",
"mysql2": "^3.5.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/mongodb": "^4.0.7",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.2",
"jest": "^29.6.1",
"mongodb": "^5.7.0",
"morgan": "^1.10.0",
"nodemon": "^3.0.1"
}
}