-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "webplatform-backend",
"version": "1.0.0",
"description": "This is CatBytes Web Platform backend repo.",
"main": "index.js",
"scripts": {
"test": "jest --silent=false",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.901.0",
"@aws-sdk/client-ssm": "^3.699.0",
"@aws-sdk/s3-request-presigner": "^3.901.0",
"@prisma/client": "^5.21.1",
"axios": "^1.8.4",
"config": "^3.3.12",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"discord.js": "^14.18.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-handlebars": "^8.0.1",
"firebase-admin": "^13.0.1",
"knex": "^3.1.0",
"nodemailer": "^6.10.0",
"nodemailer-express-handlebars": "^7.0.0",
"nodemon": "^3.1.9",
"pg": "^8.13.1",
"pino": "^9.6.0",
"pino-http": "^10.4.0",
"pino-pretty": "^13.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.12.1",
"eslint-plugin-jest": "^28.14.0",
"jest": "^29.7.0",
"prisma": "^5.21.1",
"supertest": "^7.1.1"
}
}