{ "name": "critterscope-pipeline", "version": "0.1.0", "description": "Drone footage + telemetry → georeferenced detections → CritterScope", "private": true, "type": "module", "bin": { "critterscope-ingest": "src/run.js" }, "scripts": { "demo": "node src/run.js --synthetic --dry-run", "demo:ingest": "node src/run.js --synthetic --base-url http://localhost:8787" }, "optionalDependencies": { "onnxruntime-node": "^1.19.0" } }