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>
19 lines
508 B
JSON
19 lines
508 B
JSON
{
|
|
"name": "drones",
|
|
"version": "0.1.0",
|
|
"description": "Thermal/RGB drone survey → georeferenced animal detections on a 3D map",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"db:init": "wrangler d1 execute critterscope --file=schema.sql",
|
|
"db:init:local": "wrangler d1 execute critterscope --local --file=schema.sql"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^3.80.0"
|
|
}
|
|
}
|