-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 985 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
{
"name": "getir-test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"start:dev": "nodemon",
"test": "jest"
},
"devDependencies": {
"@types/body-parser": "^1.19.1",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/supertest": "^2.0.11",
"jest": "^27.0.6",
"nodemon": "^2.0.12",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
},
"dependencies": {
"body-parser": "^1.19.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"moment": "^2.29.1",
"mongoose": "^5.13.5",
"multer": "^1.4.2",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.9.0",
"supertest": "^6.1.4",
"ts-node": "^10.1.0",
"tslib": "^2.3.0",
"typedi": "^0.10.0",
"winston": "^3.3.3"
}
}