{
  "name": "httpsnippet-client-api",
  "version": "7.0.2",
  "description": "An HTTPSnippet client for generating snippets for the `api` module.",
  "bugs": {
    "url": "https://github.com/readmeio/api/issues"
  },
  "license": "MIT",
  "author": "Jon Ursenbach <jon@readme.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/readmeio/api.git",
    "directory": "packages/httpsnippet-client-api"
  },
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.cts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "attw": "attw --pack --format ascii --profile node16",
    "build": "tsup",
    "lint:types": "tsc --noEmit",
    "prebuild": "rm -rf dist/",
    "prepack": "npm run build",
    "test": "echo 'Please run tests from the root!' && exit 1"
  },
  "dependencies": {
    "content-type": "^2.0.0",
    "oas": "^38.1.1",
    "reserved2": "^0.1.5"
  },
  "devDependencies": {
    "@readme/oas-examples": "^8.2.2",
    "@types/stringify-object": "^4.0.5",
    "@vitest/coverage-v8": "^4.1.10",
    "camelcase": "^8.0.0",
    "jest-expect-openapi": "^6.3.0",
    "stringify-object": "^6.0.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.2",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@readme/httpsnippet": "^11.0.0"
  },
  "engines": {
    "node": ">=20.10.0"
  }
}
