{
  "name": "@wooksjs/http-body",
  "version": "0.7.10",
  "description": "@wooksjs/http-body",
  "keywords": [
    "api",
    "app",
    "composables",
    "framework",
    "http",
    "prostojs",
    "rest",
    "restful",
    "web",
    "wooks"
  ],
  "homepage": "https://github.com/wooksjs/wooksjs/tree/main/packages/http-body#readme",
  "bugs": {
    "url": "https://github.com/wooksjs/wooksjs/issues"
  },
  "license": "MIT",
  "author": "Artem Maltsev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooksjs/wooksjs.git",
    "directory": "packages/http-body"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "vitest": "^3.2.4",
    "@wooksjs/event-core": "^0.7.10",
    "@wooksjs/event-http": "^0.7.10"
  },
  "peerDependencies": {
    "@wooksjs/event-http": "^0.7.10",
    "@wooksjs/event-core": "^0.7.10"
  },
  "scripts": {
    "build": "rolldown -c ../../rolldown.config.mjs"
  }
}