{
  "name": "@surf_liquid/core-sdk",
  "author": {
    "name": "Ankur Dahiya",
    "url": "https://github.com/ankur-dahiya"
  },
  "version": "0.4.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "Framework-agnostic Surfliquid SDK for wallet auth, vault deployment, deposits, and withdrawals.",
  "license": "MIT",
  "homepage": "https://github.com/Dev-zkCross/surfliquid-sdk-core-integration#readme",
  "keywords": [
    "surfliquid",
    "defi",
    "sdk",
    "wallet",
    "vault",
    "ethereum",
    "base",
    "polygon",
    "morpho",
    "web3"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "node --test tests/unit/*.test.js",
    "prepublishOnly": "npm run build && npm run typecheck && npm test",
    "publish:test": "node scripts/publish-test.mjs"
  },
  "sideEffects": false,
  "dependencies": {
    "ethers": "^6.0.0"
  },
  "peerDependencies": {
    "ethers": "^6.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0"
  }
}
