{
  "name": "@intuned/client",
  "version": "1.0.0",
  "description": "Owned TypeScript SDK for the Intuned public APIs.",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Intuned/intuned-client-typescript.git"
  },
  "homepage": "https://docs.intunedhq.com/client-apis/overview",
  "bugs": {
    "url": "https://github.com/Intuned/intuned-client-typescript/issues"
  },
  "keywords": [
    "intuned",
    "api",
    "sdk",
    "typescript"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^24.6.0",
    "typescript": "^5.9.3"
  }
}