{
	"name": "zbin",
	"version": "1.0.0",
	"scripts": {
		"build": "bun build src/client*.ts src/styles/*.css --outdir assets/dist",
		"dev": "bun run build && bun run --watch src/index.ts",
		"prod": "bun run build && bun run src/index.ts",
		"format": "biome format --write",
		"lint": "biome lint",
		"typecheck": "tsc --noEmit",
		"test": "bun test"
	},
	"dependencies": {
		"@elysiajs/cron": "^1.2.0",
		"@elysiajs/html": "^1.2.0",
		"@elysiajs/static": "^1.2.0",
		"busboy": "^1.6.0",
		"elysia": "^1.2.0",
		"file-type": "^20.0.1",
		"highlight.js": "^11.11.1",
		"sakura.css": "^1.5.1"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.16",
		"@types/busboy": "^1.5.4",
		"bun-types": "latest"
	},
	"module": "src/index.js"
}
