{
  "name": "@foscia/http",
  "type": "module",
  "version": "0.12.1",
  "license": "MIT",
  "author": "Paul Thébaud",
  "description": "Type safe, modular and intuitive API/data client for JS/TS.",
  "homepage": "https://foscia.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/foscia-dev/foscia.git",
    "directory": "packages/http"
  },
  "bugs": {
    "url": "https://github.com/foscia-dev/foscia/issues"
  },
  "sideEffects": false,
  "files": [
    "dist/*",
    "LICENSE",
    "README.md"
  ],
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/index.global.js",
  "jsdelivr": "./dist/index.global.js",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "scripts": {
    "release": "release-it"
  },
  "dependencies": {
    "@foscia/core": "0.12.1",
    "@foscia/shared": "0.12.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
