{
  "name": "@gw2api/fetch",
  "version": "0.5.0",
  "description": "Tiny wrapper around fetch that returns type-safe responses",
  "type": "module",
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "author": "darthmaim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GW2Treasures/gw2api-ts.git",
    "directory": "packages/fetch"
  },
  "keywords": [
    "gw2api",
    "fetch",
    "gw2",
    "api"
  ],
  "devDependencies": {
    "@arethetypeswrong/core": "0.18.2",
    "@types/node": "24.12.2",
    "publint": "0.3.18",
    "tsdown": "0.21.10",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "@gw2api/types": "~0.0.5"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "test": "tsc --noEmit",
    "build": "tsdown"
  }
}