{
  "name": "bunzii",
  "module": "src/index.ts",
  "type": "module",
  "version": "0.0.44-beta",
  "author": {
    "name": "coffeeRequired",
    "email": "nextikczcz@gmai.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cooffeeRequired/.bunzi"
  },
  "types": "./src/types/index.d.ts",
  "description": "A simple and fast web framework for Bun.js",
  "scripts": {
    "start": "bun --hot index.ts",
    "bench": "cd benchmark && bun bench"
  },
  "devDependencies": {
    "bun-types": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "fast-querystring": "^1.1.2",
    "handlebars": "^4.7.8",
    "@medley/router": "0.2.1"
  },
  "files": [
    "src/*",
    "index.ts",
    "README.md"
  ]
}