-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "backend-codebase",
"version": "1.0.0",
"description": "Backend codebase for the Reading sphere application",
"main": "app.ts",
"scripts": {
"start": "tsc && node ./dist/app.js",
"test": "jest"
},
"author": "TheJoesters",
"license": "ISC",
"dependencies": {
"@google-cloud/text-to-speech": "^5.4.0",
"@prisma/client": "^5.19.1",
"@types/node": "^22.5.4",
"@types/pdf-parse": "^1.1.4",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"e": "^0.2.33",
"express": "^5.0.0",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"firebase-admin": "^12.5.0",
"google-auth-library": "^9.14.1",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdf-parse": "^1.1.1",
"prisma": "^5.19.1",
"puppeteer": "^23.4.0",
"supertest": "^7.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"undici": "^6.19.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.12",
"@types/nodemailer": "^6.4.16",
"@types/passport": "^1.0.16",
"@types/passport-google-oauth20": "^2.0.16",
"@types/supertest": "^6.0.2",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}