{
  "name": "@vbrick/rev-sdk",
  "version": "1.1.0",
  "description": "Client SDK for Vbrick Rev",
  "author": "Vbrick Systems",
  "repository": "github:vbrick/rev-sdk-js",
  "type": "module",
  "module": "dist/rev-sdk.esm.js",
  "browser": "dist/rev-sdk.js",
  "types": "dist/rev-sdk.d.ts",
  "exports": {
    ".": {
      "types": "./dist/rev-sdk.d.ts",
      "import": "./dist/rev-sdk.esm.js",
      "require": "./dist/rev-sdk.cjs.js",
      "default": "./dist/rev-sdk.esm.js"
    }
  },
  "browserslist": [
    "defaults",
    "not IE 11"
  ],
  "scripts": {
    "prepublishOnly": "(npm run build:clean) && (npm run build) && (npm run doc)",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:clean": "rm -rf dist",
    "build": "tsup",
    "build:watch": "tsup --watch",
    "doc": "typedoc"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^24.3.0",
    "browserslist-to-esbuild": "^2.1.1",
    "tsup": "^8.5.0",
    "typedoc": "^0.28.10",
    "typedoc-plugin-markdown": "^4.8.1",
    "typedoc-plugin-rename-defaults": "^0.7.3",
    "typescript": "^5.9.2"
  }
}
