{
  "name": "@rango-dev/provider-coin98",
  "version": "0.65.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": "yarn run rangutopia library build",
    "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.61.1",
    "@hub3js/evm": "^0.3.3",
    "@hub3js/namespaces": "^0.2.5",
    "@hub3js/solana": "^0.3.3",
    "@hub3js/std": "^0.2.3",
    "@rango-dev/signer-evm": "^0.45.0",
    "@rango-dev/signer-solana": "^0.49.0",
    "@rango-dev/wallets-core": "^0.61.0",
    "@rango-dev/wallets-shared": "^0.62.0",
    "@solana/web3.js": "^1.91.4",
    "bs58": "^5.0.0",
    "rango-types": "^0.5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}