{
  "name": "h11",
  "version": "1.0.1",
  "description": "",
  "license": "ISC",
  "author": "",
  "type": "module",
  "types": "dist/types/h11.d.ts",
  "main": "dist/h11.js",
  "scripts": {
    "build": "bun build ./src/h11.ts --target bun --outdir ./dist",
    "types": "tsc --project tsconfig.types.json"
  }
}
