-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "meshcore-polska",
"version": "1.7.2",
"private": true,
"homepage": "https://meshcorepolska.org",
"bugs": {
"url": "https://github.com/meshcore-pl/website/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshcore-pl/website.git"
},
"license": "PolyForm-Noncommercial-1.0.0",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"type": "commonjs",
"main": "index.js",
"scripts": {
"m": "ncu -u && npm install && npm update",
"pull": "git pull origin main && git submodule update --init",
"update": "npm run pull && npm ci --omit=dev && pm2 restart mcwww"
},
"dependencies": {
"@sefinek/email-validator": "^2.1.0",
"axios": "^1.20.0",
"ejs": "^6.0.1",
"express": "^5.2.1",
"express-rate-limit": "^8.7.0",
"express-timeout-handler": "^2.2.2",
"frontmatter-md": "^1.0.3",
"helmet": "^8.3.0",
"marked": "^18.0.14",
"mongoose": "^9.10.2",
"morgan": "^1.12.1",
"msgpackr": "^2.1.0",
"nodemailer": "^10.0.10",
"rate-limit-redis": "^6.0.1",
"redis": "^6.2.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^17.12.0"
},
"engines": {
"node": ">=20.19.0"
},
"allowScripts": {
"msgpackr-extract@3.0.4": true
}
}