-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "supertripper-tech-interview",
"version": "1.0.0",
"main": "index.ts",
"author": "Audrey Igouassel",
"license": "MIT",
"private": true,
"dependencies": {
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/morgan": "^1.9.9",
"@types/nock": "^11.1.0",
"@types/node": "^20.14.0",
"@types/reflect-metadata": "^0.1.0",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.12.2",
"body-parser": "^1.20.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cors": "^2.8.5",
"eslint": "^9.15.0",
"express": "^4.21.1",
"inversify": "^6.1.4",
"jest": "^29.7.0",
"jose": "^5.9.6",
"morgan": "^1.10.0",
"nock": "^13.5.6",
"reflect-metadata": "^0.2.2",
"routing-controllers": "^0.9.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^9.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"uuid": "^11.0.3"
},
"scripts": {
"test": "jest -c=jest.config.ts --silent",
"lint": "eslint",
"start": "npx tsx src/run.ts"
},
"type": "module",
"devDependencies": {
"@eslint/js": "^9.15.0",
"globals": "^15.12.0",
"tsx": "^4.19.2",
"typescript-eslint": "^8.16.0"
}
}