{
  "name": "@soulbind/sdk",
  "version": "0.5.1",
  "description": "Soulbind SDK",
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "exports": {
    "require": "./dist/index.js",
    "default": "./dist/index.modern.mjs"
  },
  "scripts": {
    "build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
    "dev": "microbundle --watch --tsconfig tsconfig.json --no-sourcemap",
    "publish": "npm run build && npm publish --access public"
  },
  "keywords": [
    "soulbind",
    "sdk",
    "sbt",
    "sbts",
    "identity"
  ],
  "author": "andrew@soulbind.app",
  "license": "GPL-3.0",
  "devDependencies": {
    "microbundle": "0.15.0"
  },
  "dependencies": {
    "@magic-ext/connect": "^4.0.0",
    "crypto-es": "^1.2.7",
    "ethers": "^5.7.2",
    "isomorphic-unfetch": "^3.1.0",
    "magic-sdk": "^11.0.0",
    "npm": "^9.2.0"
  },
  "files": [
    "dist"
  ]
}
