{
  "name": "@1claw/sdk",
  "version": "0.61.28",
  "description": "TypeScript SDK for 1Claw Vault \u2014 secret management for AI agents",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./mcp": {
      "types": "./dist/mcp/index.d.ts",
      "import": "./dist/mcp/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "generate": "openapi-typescript ../openapi-spec/openapi.yaml -o src/generated/api-types.ts",
    "build": "tsc && node scripts/fix-esm-imports.mjs",
    "clean": "rm -rf dist",
    "test": "vitest",
    "prepublishOnly": "npm run generate && npm run clean && npm run build"
  },
  "keywords": [
    "1claw",
    "secrets",
    "vault",
    "ai-agents",
    "x402",
    "hsm",
    "mcp",
    "model-context-protocol",
    "claude",
    "cursor",
    "typescript",
    "api-keys",
    "zero-trust"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/1clawAI/1claw-sdk.git"
  },
  "devDependencies": {
    "@types/node": "^20.19.33",
    "openapi-typescript": "^7.13.0",
    "typescript": "^5.0.0",
    "vitest": "^4.1.0"
  }
}
