-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "tzafir",
"version": "1.6.2",
"description": "צפיר (Tzafir) — Real-time alert monitoring based on IDF Home Front Command (Pikud HaOref). Formerly israel-alert-map.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node test/unit.js",
"test:integration": "node test/integration.js",
"test:e2e": "node test/e2e.js",
"test:all": "node test/unit.js && node test/integration.js && node test/e2e.js",
"lint": "eslint server.js test/unit.js test/integration.js test/e2e.js telegram-bot.js",
"telegram": "node telegram-bot.js",
"docker:build": "docker build -t alertmap .",
"docker:run": "docker run -p 3000:3000 --name alertmap alertmap"
},
"keywords": [
"israel",
"alerts",
"pikud-haoref",
"red-alert",
"real-time",
"map",
"sse",
"pwa"
],
"author": "",
"license": "MIT",
"optionalDependencies": {
"web-push": "^3.6.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"globals": "^17.12.0",
"playwright": "^1.62.1"
},
"engines": {
"node": ">=18.0.0"
}
}