{ "name": "intelligence-terminal", "version": "2.0.0", "description": "Docker-first local intelligence terminal with 27 OSINT sources, live dashboard, source health, auto-refresh, and optional LLM layer.", "type": "module", "scripts": { "start": "node server.mjs", "dev": "node --trace-warnings server.mjs", "sweep": "node apis/briefing.mjs", "inject": "node dashboard/inject.mjs", "brief": "node apis/briefing.mjs", "brief:save": "node apis/save-briefing.mjs", "diag": "node diag.mjs", "test": "npm run test:unit", "test:unit": "node --test test/llm-openrouter.test.mjs test/llm-ollama.test.mjs test/llm-openai-compatible.test.mjs test/fetch-utils.test.mjs test/reddit-source.test.mjs test/acled-source.test.mjs test/mojibake-text.test.mjs test/dashboard-geotagging.test.mjs", "compose:config": "docker compose config", "clean": "node scripts/clean.mjs", "fresh-start": "npm run clean && npm start" }, "keywords": [ "osint", "intelligence", "dashboard", "geopolitical" ], "author": "Intelligence Terminal contributors", "license": "AGPL-3.0-only", "engines": { "node": ">=22", "npm": ">=10" }, "dependencies": { "express": "^5.1.0" }, "optionalDependencies": { "discord.js": "^14.25.1" }, "overrides": { "undici": "^7.24.4" } }