{
  "name": "@rango-dev/wallets-shared",
  "version": "0.61.0",
  "license": "MIT",
  "type": "module",
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "node ../../scripts/build/command.mjs --path wallets/shared",
    "ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
    "clean": "rimraf dist",
    "format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
    "lint": "eslint \"**/*.{ts,tsx}\"",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@hub3js/namespaces": "^0.1.1",
    "@hub3js/std": "^0.1.1",
    "@rango-dev/wallets-core": "^0.60.0",
    "ethers": "^6.13.2",
    "rango-types": "^0.5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}