{
  "name": "@interop/was-client",
  "description": "A developer-friendly client for Wallet Attached Storage (WAS) servers.",
  "version": "0.44.5",
  "type": "module",
  "scripts": {
    "build": "pnpm run clear && tsc",
    "clear": "rimraf dist/*",
    "dev": "vite",
    "fix": "eslint --fix src test && pnpm run format",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.md\"",
    "lint": "eslint src test",
    "prepare": "pnpm run build",
    "rebuild": "pnpm run clear && pnpm run build",
    "test": "pnpm run fix && pnpm run lint && pnpm run typecheck && pnpm run test:node && pnpm run test:browser",
    "test:browser": "playwright test",
    "test:node": "vitest run",
    "typecheck": "tsc -p tsconfig.dev.json",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:coverage": "vitest run --coverage"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./edv": {
      "types": "./dist/edv/index.d.ts",
      "react-native": "./dist/edv/index.js",
      "import": "./dist/edv/index.js",
      "default": "./dist/edv/index.js"
    },
    "./paths": {
      "types": "./dist/paths.d.ts",
      "react-native": "./dist/paths.js",
      "import": "./dist/paths.js",
      "default": "./dist/paths.js"
    },
    "./log": {
      "types": "./dist/log/index.d.ts",
      "react-native": "./dist/log/index.js",
      "import": "./dist/log/index.js",
      "default": "./dist/log/index.js"
    },
    "./sync": {
      "types": "./dist/sync/index.d.ts",
      "react-native": "./dist/sync/index.js",
      "import": "./dist/sync/index.js",
      "default": "./dist/sync/index.js"
    }
  },
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "dependencies": {
    "@interop/data-integrity-core": "^8.7.1",
    "@interop/ed25519-signature": "^7.1.4",
    "@interop/edv-client": "^17.8.1",
    "@interop/ezcap": "^7.4.3",
    "@interop/http-client": "^1.0.5",
    "@interop/minimal-cipher": "^7.8.3",
    "@interop/storage-core": "^0.9.1",
    "@interop/vh-resource-log": "^0.4.1",
    "@interop/x25519-key-agreement-key": "^5.2.2",
    "@noble/hashes": "^2.3.0",
    "@scure/base": "^2.3.0",
    "json-canonicalize": "3.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@interop/ed25519-verification-key": "^8.0.4",
    "@playwright/test": "^1.62.1",
    "@types/node": "^26.1.2",
    "@vitest/coverage-v8": "^4.1.10",
    "eslint": "^10.8.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^17.9.0",
    "prettier": "^3.9.6",
    "rimraf": "^6.1.3",
    "typescript": "~6.0.3",
    "typescript-eslint": "^8.66.0",
    "vite": "^8.2.1",
    "vitest": "^4.1.10"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "wallet attached storage",
    "was",
    "zcap",
    "ezcap"
  ],
  "packageManager": "pnpm@11.20.0",
  "engines": {
    "node": ">=24.0"
  },
  "author": {
    "name": "Interop Alliance",
    "url": "https://github.com/interop-alliance/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/interop-alliance/was-client.git"
  },
  "homepage": "https://github.com/interop-alliance/was-client",
  "bugs": "https://github.com/interop-alliance/was-client/issues"
}
