61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "gods-eye-view",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A real-time intelligence console for planet Earth — 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": {
|
|
"doctor": "node scripts/setup-doctor.mjs",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@mapbox/vector-tile": "^3.0.0",
|
|
"cesium": "^1.124.0",
|
|
"egm96-universal": "^1.1.1",
|
|
"mgrs": "^2.1.0",
|
|
"pbf": "^5.1.2",
|
|
"satellite.js": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"puppeteer": "^24.37.5",
|
|
"sharp": "^0.34.5",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-cesium": "^1.2.23",
|
|
"ws": "^8.21.0"
|
|
}
|
|
}
|