-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 982 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 982 Bytes
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": "backend-interview-task",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@koa/cors": "^5.0.0",
"@koa/router": "^14.0.0",
"aws-jwt-verify": "^5.1.1",
"dotenv": "^17.2.3",
"koa": "^3.0.3",
"koa-bodyparser": "^4.4.1",
"koa-helmet": "^8.0.1",
"pg": "^8.16.3",
"pino": "^10.1.0",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.27"
},
"devDependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.918.0",
"@types/koa": "^3.0.1",
"@types/koa__cors": "^5.0.1",
"@types/koa__router": "^12.0.5",
"@types/koa-bodyparser": "^4.3.13",
"@types/node": "^24.9.1",
"@types/supertest": "^6.0.3",
"pino-pretty": "^13.1.2",
"supertest": "^7.1.4",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^4.0.5"
},
"keywords": []
}