This repository was archived by the owner on Nov 1, 2025. It is now read-only.
-
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.64 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.64 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": "usof-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start:dev": "node --env-file=.env --watch dist/index.js",
"start:pm2": "pm2 start ecosystem.config.mjs",
"format": "prettier --write \"packages/**/*.ts\"",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "ssh://git@git.green-lms.app:22022/challenge-370/vpavlenko-6106.git"
},
"keywords": [],
"author": "Vladyslav Pavlenko",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/jsdom": "^27.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^24.6.2",
"@types/nodemailer": "^7.0.2",
"@types/sharp": "^0.32.0",
"git-format-staged": "^3.1.1",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@adminjs/express": "^6.1.1",
"@adminjs/sql": "^2.2.6",
"@google/genai": "^1.27.0",
"adminjs": "^7.8.17",
"bcryptjs": "^3.0.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dompurify": "^3.2.7",
"express": "^5.1.0",
"googleapis": "^164.1.0",
"i": "^0.3.7",
"jsdom": "^27.0.0",
"jsonwebtoken": "^9.0.2",
"marked": "^16.4.1",
"multer": "^2.0.2",
"mysql2": "^3.15.1",
"nodemailer": "^7.0.6",
"npm": "^11.6.2",
"pm2": "^6.0.13",
"reflect-metadata": "^0.2.2",
"sharp": "^0.34.4"
}
}