{
  "name": "0http-bun",
  "version": "1.3.0",
  "description": "0http for Bun",
  "main": "index.js",
  "scripts": {
    "lint": "prettier --check **/*.js",
    "test": "bun --coverage test",
    "bench": "bun run bench.js",
    "format": "prettier --write **/*.js"
  },
  "dependencies": {
    "fast-querystring": "^1.1.2",
    "trouter": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BackendStack21/0http-bun.git"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "index.d.ts",
    "common.d.ts",
    "lib/"
  ],
  "devDependencies": {
    "0http-bun": "^1.2.2",
    "bun-types": "^1.3.8",
    "mitata": "^1.0.34",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "jose": "^6.1.3",
    "pino": "^9.14.0",
    "prom-client": "^15.1.3"
  },
  "keywords": [
    "http",
    "server",
    "rest",
    "api",
    "web",
    "bun"
  ],
  "author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BackendStack21/0http-bun/issues"
  },
  "homepage": "https://github.com/BackendStack21/0http-bun#readme"
}
