{
	"name": "@omp-deck/server",
	"version": "0.6.1",
	"private": true,
	"type": "module",
	"main": "./src/index.ts",
	"scripts": {
		"dev": "bun --hot src/index.ts",
		"start": "bun src/index.ts",
		"build": "bun build src/index.ts --target=bun --outdir=dist --minify",
		"typecheck": "tsc --noEmit",
		"test": "bun test"
	},
	"dependencies": {
		"@oh-my-pi/pi-ai": "15.1.7",
		"@oh-my-pi/pi-coding-agent": "15.1.7",
		"@omp-deck/protocol": "workspace:*",
		"croner": "^10.0.1",
		"hono": "^4.6.14",
		"quickjs-emscripten": "^0.31.0",
		"yaml": "^2.9.0"
	},
	"devDependencies": {
		"@types/bun": "^1.3.14",
		"typescript": "^5.6.3"
	},
	"engines": {
		"bun": ">=1.3.14"
	}
}
