-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "sefin-meshcore-map",
"version": "0.8.3",
"private": true,
"homepage": "https://map.meshcoreprofiles.com",
"bugs": {
"url": "https://github.com/meshcore-profiles/map/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshcore-profiles/map.git"
},
"license": "MIT",
"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 mcmap"
},
"dependencies": {
"axios": "^1.20.0",
"cors": "^2.8.6",
"ejs": "^6.0.1",
"express": "^5.2.1",
"express-rate-limit": "^8.7.0",
"express-timeout-handler": "^2.2.2",
"helmet": "^8.3.0",
"i18next": "^26.4.2",
"i18next-http-middleware": "^3.9.9",
"mongoose": "^9.10.2",
"morgan": "^1.12.1",
"msgpackr": "^2.1.0",
"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
}
}