{
  "name": "fetch-http-message",
  "version": "0.1.26",
  "description": "Generate an http message string using the fetch API",
  "keywords": [
    "apis",
    "batch",
    "cross-fetch",
    "fetch",
    "form",
    "gapi",
    "google",
    "http",
    "https",
    "isomorphic-fetch",
    "message",
    "multipart",
    "node-fetch",
    "parser",
    "parser-multipart",
    "parts",
    "typescript"
  ],
  "homepage": "https://github.com/kmalakoff/fetch-http-message#README.md",
  "bugs": {
    "url": "https://github.com/kmalakoff/fetch-http-message/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/fetch-http-message.git"
  },
  "license": "MIT",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs",
      "types": "./dist/types/index.d.ts"
    },
    "./*": "./*"
  },
  "main": "dist/cjs/index.cjs",
  "unpkg": "dist/umd/index-of-newline.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsds build",
    "deploy": "tsds deploy",
    "docs": "tsds docs",
    "format": "biome check --write --unsafe src/ test/",
    "test": "tsds test:browser --config wtr.config.mjs && tsds test:node --no-timeouts",
    "test:engines": "tsds test:browser --config wtr.config.mjs && nvu engines tsds test:node --no-timeouts",
    "version": "tsds version"
  },
  "devDependencies": {
    "@types/mocha": "*",
    "@types/node": "*",
    "tsds-web-test-runner": "*"
  },
  "engines": {
    "node": ">=0.8"
  },
  "tsds": {
    "source": "src/index.ts",
    "targets": [
      "cjs",
      "esm",
      "umd"
    ]
  }
}
