{
	"name": "@emdash-cms/emdash-bot",
	"version": "0.0.1",
	"private": true,
	"type": "module",
	"description": "Cloudflare-deployed orchestrator + agent for emdashbot. Webhook ingress, per-issue state machine (Durable Object), classifier, and container-sandboxed investigate agent in one Worker.",
	"scripts": {
		"dev": "vite dev",
		"build": "vite build",
		"deploy": "vite build && wrangler deploy",
		"cf-typegen": "wrangler types",
		"pretypecheck": "wrangler types",
		"typecheck": "tsc --noEmit",
		"test": "pnpm test:unit && pnpm test:workers",
		"test:unit": "vitest run --config vitest.config.ts",
		"test:workers": "vitest run --config vitest.workers.config.ts",
		"test:watch": "vitest --config vitest.config.ts"
	},
	"devDependencies": {
		"@cloudflare/vite-plugin": "1.36.3",
		"@cloudflare/vitest-pool-workers": "catalog:",
		"@flue/vite": "0.4.0-nightly.202605171039",
		"typescript": "catalog:",
		"vite": "8.0.11",
		"vitest": "catalog:",
		"wrangler": "catalog:"
	},
	"dependencies": {
		"@cloudflare/sandbox": "^0.12.1",
		"@flue/runtime": "0.4.0-nightly.202605171039",
		"agents": "^0.14.5",
		"hono": "4.12.27",
		"valibot": "^1.4.1"
	}
}
