{ "name": "gods-eye-view", "private": true, "version": "0.1.0", "description": "A real-time intelligence console for planet Earth \u2014 photorealistic 3D globe, live aircraft/ships/satellites/earthquakes/CCTV, and hands-free voice control. Runs in a browser.", "type": "module", "license": "MIT", "author": "Bilawal Sidhu", "homepage": "https://github.com/bilawalsidhu/gods-eye-view#readme", "repository": { "type": "git", "url": "https://github.com/bilawalsidhu/gods-eye-view.git" }, "bugs": { "url": "https://github.com/bilawalsidhu/gods-eye-view/issues" }, "engines": { "node": ">=24.14.0 <25 || >=26 <27" }, "keywords": [ "cesium", "3d-globe", "geospatial", "osint", "spatial-intelligence", "photorealistic-3d-tiles", "adsb", "ais", "satellites", "voice-control", "openai-realtime", "visualization" ], "scripts": { "dev": "vite", "dev:secure": "./scripts/dev-secure.sh", "opensky:import": "./scripts/opensky-import-client.sh", "build": "vite build", "preview": "vite preview", "test": "node scripts/run-unit-tests.mjs", "test:track": "node scripts/track-regression.mjs", "qa:map-source-tray": "node scripts/qa-map-source-tray.mjs", "start": "node scripts/start-free.mjs", "test:phase1": "node --test server/*.test.mjs src/liveViewPreferences.test.mjs" }, "dependencies": { "@mapbox/vector-tile": "^3.0.0", "cesium": "^1.124.0", "egm96-universal": "^1.1.1", "hls.js": "^1.7.2", "mgrs": "^2.1.0", "pbf": "^5.1.2", "satellite.js": "^6.0.2" }, "devDependencies": { "puppeteer": "^25.10.0", "sharp": "^0.35.4", "vite": "^6.0.0", "vite-plugin-cesium": "^1.2.23", "ws": "^8.21.0" } }