-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "booking-test",
"version": "1.0.0",
"description": "Booking test",
"main": "src/index.ts",
"scripts": {
"dev": "ts-node-dev --respawn --pretty --transpile-only src/index.ts",
"swagger": "tsoa spec"
},
"author": "Sergiy Savostin",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/helmet": "^4.0.0",
"@types/node": "^20.4.8",
"@types/swagger-ui-express": "^4.1.3",
"@types/winston": "^2.4.4",
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"class-validator": "^0.14.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-group-router": "^2.1.0",
"express-route-grouping": "^1.1.1",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"marked": "^7.0.2",
"sqlite3": "^5.1.6",
"swagger-ui-express": "^5.0.0",
"tsoa": "^5.1.1",
"typeorm": "^0.3.17",
"winston": "^3.10.0"
}
}