{
  "name": "zbin",
  "version": "1.0.0",
  "scripts": {
    "build": "bun build src/client*.ts --outdir assets/dist",
    "dev": "bun run build && bun run --watch src/index.ts",
    "prod": "bun run build && bun run src/index.ts"
  },
  "dependencies": {
    "@chneau/elysia-compression": "^1.0.11",
    "@elysiajs/cron": "^1.2.0",
    "@elysiajs/html": "^1.2.0",
    "@elysiajs/static": "^1.2.0",
    "elysia": "^1.2.0",
    "file-type": "^20.0.1",
    "highlight.js": "^11.11.1",
    "pkcs7-padding": "^0.1.1",
    "utf-8-validate": "^6.0.5"
  },
  "devDependencies": {
    "@types/pkcs7-padding": "^0.1.3",
    "@types/utf-8-validate": "^5.0.2",
    "bun-types": "latest"
  },
  "module": "src/index.js"
}
