{
  "name": "fetch-paginate",
  "description": "Get multiple pages from paginated APIs with fetch.",
  "version": "7.0.0",
  "type": "module",
  "exports": {
    ".": {
      "default": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "license": "MIT",
  "repository": "AndersDJohnson/fetch-paginate",
  "funding": "https://github.com/sponsors/AndersDJohnson",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublish": "yarn build"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/parse-link-header": "^2.0.3",
    "cross-fetch": "^3.0.5",
    "eslint": "^5.16.0",
    "jest": "^30.2.0",
    "nock": "^14.0.10",
    "prettier": "^2.0.2",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "parse-link-header": "^2.0.0"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
