-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.39 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
{
"name": "tech-industry",
"version": "1.0.0",
"description": "Tech Industry",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"education",
"quiz",
"it"
],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"axios": "^1.13.5",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"csurf": "^1.11.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^8.2.1",
"express-session": "^1.19.0",
"express-validator": "^7.3.1",
"hbs": "^4.2.0",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.3",
"marked": "^17.0.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.13",
"openai": "^6.17.0",
"pdfkit": "^0.17.2",
"pg": "^8.17.2",
"sequelize": "^6.37.7",
"sharp": "^0.34.5",
"sitemap": "^9.0.0",
"xss": "^1.0.15"
},
"devDependencies": {
"nodemon": "^3.1.11",
"sequelize-cli": "^6.6.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polchduikt/TechIndustry.git"
},
"bugs": {
"url": "https://github.com/polchduikt/TechIndustry/issues"
},
"homepage": "https://github.com/polchduikt/TechIndustry#readme"
}