-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 KB
/
package.json
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
63
{
"name": "server",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node dist/server.js",
"dev": "nodemon dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "typedoc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@elastic/elasticsearch": "^8.15.0",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/dotenv": "^6.1.1",
"@types/node": "^22.7.4",
"@types/pdfkit": "^0.13.5",
"@types/stripe": "^8.0.416",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"bull": "^4.16.3",
"bullmq": "^5.34.5",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.4.1",
"express-validator": "^7.2.0",
"fs": "^0.0.1-security",
"handlebars": "^4.7.8",
"ioredis": "^5.4.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.0",
"mysql2": "^3.11.0",
"nodemailer": "^6.9.15",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"sequelize": "^6.37.3",
"stripe": "^16.11.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.7",
"@types/nodemailer": "^6.4.16",
"@types/sequelize": "^4.28.20",
"@types/ws": "^8.5.12",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"nodemon": "^3.1.4",
"sequelize-cli": "^6.6.2",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
}
}