{
  "name": "@craibuc/adp-workforce-now",
  "version": "3.5.1",
  "description": "TypeScript client for ADP Workforce Now: mTLS transport, lazy OAuth, typed errors. Runs on Bun and Node.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./windmill": {
      "bun": "./src/token-store/windmill.ts",
      "types": "./dist/token-store/windmill.d.ts",
      "default": "./dist/token-store/windmill.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "bun test",
    "test:node": "npm run build && node --test tests/node/*.test.js",
    "typecheck": "tsc --noEmit",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/craibuc/node-adp-workforce-now.git"
  },
  "keywords": [
    "adp",
    "workforce-now",
    "api",
    "typescript",
    "bun",
    "node"
  ],
  "author": "Craig Buchanan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/craibuc/node-adp-workforce-now/issues"
  },
  "homepage": "https://github.com/craibuc/node-adp-workforce-now#readme",
  "peerDependencies": {
    "windmill-client": ">=1"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^5.5.0"
  }
}
