{
  "name": "@pondoknusa/http",
  "version": "4.2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "files": [
    "dist"
  ],
  "description": "HTTP router and middleware for Pondoknusa",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pondoknusa/pondoknusa.git",
    "directory": "packages/http"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=26"
  }
}
