{
  "name": "@buildcalcapi/sdk",
  "version": "0.4.1",
  "description": "TypeScript SDK for the BuildCalc API \u00e2\u20ac\u201d vertical construction-data API",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "regenerate": "openapi --input ../../docs/openapi.json --output src --client fetch --useOptions --useUnionTypes"
  },
  "keywords": [
    "buildcalc",
    "api",
    "sdk",
    "construction",
    "codes",
    "calculators"
  ],
  "author": "NF Nation LLC",
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "openapi-typescript-codegen": "^0.30.0",
    "typescript": "^5.6.0",
    "undici": "^8.3.0",
    "vitest": "^2.1.0"
  }
}
