-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 977 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
41
42
{
"name": "sportup-back",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"dev": "ts-node-dev src/app.ts --host 127.0.0.1",
"tsc": "tsc",
"lint": "ts-standard",
"start": "tsc && node build/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@libsql/client": "0.6.0",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.19.2",
"mongodb": "6.5.0",
"mysql2": "3.9.6",
"socket.io": "^4.7.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "9.0.1",
"zod": "3.22.4"
},
"devDependencies": {
"@types/cors": "2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.12.7",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^9.0.8",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"ts-standard": "12.0.2",
"typescript": "^5.4.5"
}
}