drones/pipeline/package.json
King Omar 224792550f Rename CritterScope → Drones (repo, subdomain, branding)
Worker + subdomain now drones.theradicalparty.com; in-app title/brand,
package names, docs updated. D1 database binding kept as-is.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-25 17:56:53 +10:00

15 lines
445 B
JSON

{
"name": "drones-pipeline",
"version": "0.1.0",
"description": "Drone footage + telemetry → georeferenced detections → Drones",
"private": true,
"type": "module",
"bin": { "drones-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"
}
}