-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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
{
"name": "dovelopers_pbl",
"version": "1.0.0",
"main": "src/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node dist/app.js",
"dev": "nodemon",
"db:push": "npx prisma db push",
"studio": "npx prisma studio"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/lib-storage": "^3.682.0",
"@aws-sdk/s3-request-presigner": "^3.682.0",
"@prisma/client": "^5.19.1",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.8",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"firebase": "^11.0.0",
"firebase-admin": "^12.6.0",
"jet-logger": "^2.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.12",
"@types/node": "^22.6.1",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.7",
"nodemon": "^3.1.7",
"prisma": "^5.19.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}