{
  "name": "@rango-dev/provider-tomo",
  "version": "0.28.0",
  "license": "MIT",
  "type": "module",
  "source": "./src/mod.ts",
  "main": "./dist/mod.js",
  "exports": {
    ".": "./dist/mod.js"
  },
  "typings": "dist/mod.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "node ../../scripts/build/command.mjs --path wallets/provider-tomo --inputs src/mod.ts",
    "ts-check": "tsc --declaration --emitDeclarationOnly -p ./tsconfig.json",
    "clean": "rimraf dist",
    "format": "prettier --write '{.,src}/**/*.{ts,tsx}'",
    "lint": "eslint \"**/*.{ts,tsx}\""
  },
  "dependencies": {
    "@hub3js/core": "^0.60.1",
    "@hub3js/evm": "^0.2.1",
    "@hub3js/std": "^0.1.1",
    "@rango-dev/signer-evm": "^0.43.0",
    "@rango-dev/wallets-core": "^0.60.0",
    "@rango-dev/wallets-shared": "^0.61.0",
    "rango-types": "^0.5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}