{
  "name": "@arkstack/http",
  "version": "0.17.26",
  "type": "module",
  "description": "HTTP module for Arkstack, providing framework-agnostic request and response primitives.",
  "homepage": "https://arkstack.toneflix.net/guide/http",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkstack-hq/arkstack.git",
    "directory": "packages/http"
  },
  "keywords": [
    "http",
    "request",
    "response",
    "adapter",
    "arkstack"
  ],
  "files": [
    "dist",
    "stubs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js",
    "./setup": "./dist/setup.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "clear-router": "^2.9.3",
    "dotenv": "^17.4.2",
    "@arkstack/contract": "^0.17.26",
    "@arkstack/common": "^0.17.26"
  },
  "peerDependencies": {
    "arkormx": "^2.12.8",
    "kanun": "^1.2.0"
  },
  "peerDependenciesMeta": {
    "arkormx": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "version:patch": "pnpm version patch"
  }
}