{
  "name": "celo-vote-battle-sdk",
  "version": "1.0.231",
  "description": "SDK for CeloVoteBattle - on-chain A vs B voting polls on Celo blockchain",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "celo",
    "blockchain",
    "web3",
    "sdk",
    "smart-contract",
    "solidity",
    "evm",
    "dapp",
    "defi",
    "ethers",
    "typescript",
    "react",
    "minipay",
    "celo-blockchain",
    "crypto",
    "wagmi",
    "viem"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "ethers": "^6.9.0"
  },
  "devDependencies": {
    "typescript": "^5.3.0"
  },
  "files": [
    "dist"
  ],
  "author": "brventonbeshers-ship-it",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brventonbeshers-ship-it/celo-vote-battle-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/brventonbeshers-ship-it/celo-vote-battle-sdk/issues"
  },
  "homepage": "https://github.com/brventonbeshers-ship-it/celo-vote-battle-sdk#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
