-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"name": "signaltrace",
"version": "1.0.0",
"description": "Real-time OSINT intelligence dashboard for conflict, crisis, maritime, aviation, infrastructure, and humanitarian signals.",
"private": true,
"workspaces": [
"packages/web",
"packages/api"
],
"scripts": {
"dev:web": "npm run dev --workspace @signaltrace/web",
"dev:api": "node scripts/check-setup.js && npm run dev --workspace @signaltrace/api",
"build:web": "npm run build --workspace @signaltrace/web",
"build:api": "npm run build --workspace @signaltrace/api",
"deploy:web": "npm run build --workspace @signaltrace/web && npx wrangler pages deploy packages/web/dist",
"deploy:api": "npm run deploy --workspace @signaltrace/api"
},
"keywords": [
"osint",
"national-security",
"natsec",
"threat-intelligence",
"situational-awareness",
"conflict-monitoring",
"crisis-response",
"geospatial",
"cloudflare-workers",
"react",
"leaflet",
"hono"
],
"author": "Sean Nejad",
"repository": {
"type": "git",
"url": "git+https://github.com/allsmog/SignalTrace.git"
},
"homepage": "https://github.com/allsmog/SignalTrace#readme",
"bugs": {
"url": "https://github.com/allsmog/SignalTrace/issues"
},
"license": "ISC",
"devDependencies": {
"playwright": "^1.58.2"
}
}