{ "name": "control", "version": "1.0.0", "description": "Admin dashboard for managing Caddy toggles", "type": "module", "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "check": "tsc --noEmit" }, "dependencies": { "hono": "^4.6.0" }, "devDependencies": { "@types/bun": "^1.1.0", "typescript": "^5.6.0" } }