{
  "name": "@frak-labs/nexus-sdk",
  "author": "Frak Labs",
  "maintainers": [
    {
      "name": "srod",
      "url": "https://twitter.com/srod"
    },
    {
      "name": "Quentin Nivelais",
      "url": "https://twitter.com/QNivelais"
    }
  ],
  "version": "0.0.47",
  "description": "Legacy SDK, only used here to provide nice wrapper and redirection for older implementation, to not break anything and keep them updated with latest security updates.",
  "repository": {
    "url": "https://github.com/frak-id/wallet",
    "directory": "sdk/legacy"
  },
  "homepage": "https://docs.frak.id/wallet-sdk/overview",
  "keywords": [
    "frak-labs",
    "nexus-wallet",
    "erc-4337",
    "eip-4337",
    "smart-wallet"
  ],
  "license": "GNU GPL 3.0",
  "sideEffects": false,
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "files": [
    "/dist"
  ],
  "main": "./dist/bundle/bundle.js",
  "browser": "./dist/bundle/bundle.js",
  "scripts": {
    "lint": "biome lint .",
    "format:check": "biome check .",
    "format": "biome check --write .",
    "clean": "rimraf dist",
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "prepublish": "bun run lint && bun run build",
    "publish": "echo 'Publishing legacy...'"
  },
  "dependencies": {
    "@frak-labs/core-sdk": "1.0.2"
  },
  "devDependencies": {
    "@frak-labs/dev-tooling": "0.0.0",
    "@rolldown/plugin-node-polyfills": "^1.0.3",
    "tsdown": "^0.21.8",
    "typescript": "^6.0.2"
  }
}
