{
  "name": "@ziuchen/wormhole-client",
  "version": "0.0.0-b081b13",
  "description": "Upload and download files via wormhole.app",
  "homepage": "https://github.com/ZiuChen/wormhole-client#readme",
  "bugs": {
    "url": "https://github.com/ZiuChen/wormhole-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZiuChen/wormhole-client.git"
  },
  "bin": {
    "wormhole": "./dist/bin.js"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./upload": {
      "import": "./dist/upload-client.mjs",
      "types": "./dist/upload-client.d.ts"
    },
    "./download": {
      "import": "./dist/download-client.mjs",
      "types": "./dist/download-client.d.ts"
    },
    "./node": {
      "import": "./dist/node/index.mjs",
      "types": "./dist/node/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vp pack && mv dist/bin.mjs dist/bin.js",
    "postbuild": "npm run build:cdn",
    "build:cdn": "rm -rf dist/cdn && mkdir -p dist/cdn && vp pack src/index.ts --format esm --out-dir dist/cdn --minify --deps.alwaysBundle wormhole-crypto && mv dist/cdn/index.mjs dist/cdn/wormhole-client.esm.js && rm -f dist/cdn/index.d.mts && vp pack src/index.ts --format iife --out-dir dist/cdn --minify --deps.alwaysBundle wormhole-crypto --no-clean --outputOptions.name Wormhole && mv dist/cdn/index.iife.js dist/cdn/wormhole-client.iife.js",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check": "vp check",
    "prepublishOnly": "vp run build"
  },
  "dependencies": {
    "wormhole-crypto": "^0.3.1"
  },
  "devDependencies": {
    "@types/node": "^25",
    "@typescript/native-preview": "7.0.0-dev.20260509.2",
    "bumpp": "^11.1.0",
    "typescript": "^6",
    "vite-plus": "latest"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "packageManager": "pnpm@11.6.0"
}
