{
  "name": "@generousbuilders/js-sdk",
  "description": "The JS SDK for interacting with the Generous platform.",
  "version": "0.2.43",
  "dependencies": {
    "jose": "6.0.11",
    "systeminformation": "5.25.11"
  },
  "devDependencies": {
    "tsx": "4.19.4",
    "typescript": "5.8.3",
    "vitest": "3.1.3"
  },
  "exports": {
    ".": {
      "types": "./dist/mod.d.ts",
      "default": "./dist/mod.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "build": "tsc -p .",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "dev": "tsc --watch",
    "scratchpad": "tsx ./scratchpad/mod.ts",
    "typecheck": "tsc --noEmit"
  }
}