{
  "name": "@celo/utils",
  "version": "8.0.3",
  "description": "Celo common utils",
  "author": "Celo",
  "license": "Apache-2.0",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "homepage": "https://docs.celo.org/developer/tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/celo-org/developer-tooling.git",
    "directory": "packages/sdk/utils"
  },
  "scripts": {
    "prepublishOnly": "yarn build",
    "build": "yarn run --top-level tsc -b .",
    "clean": "yarn run --top-level tsc -b . --clean",
    "docs": "yarn run --top-level typedoc",
    "test": "yarn run --top-level jest --ci",
    "test:verbose": "yarn run --top-level jest --verbose",
    "lint": "yarn run --top-level eslint -c .eslintrc.js "
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@celo/base": "^7.0.3",
    "@ethereumjs/rlp": "^5.0.2",
    "@ethereumjs/util": "8.0.5",
    "@noble/ciphers": "1.1.3",
    "@noble/curves": "1.3.0",
    "@noble/hashes": "1.3.3",
    "@types/bn.js": "^5.1.0",
    "@types/node": "^18.7.16",
    "bignumber.js": "^9.0.0",
    "fp-ts": "2.16.9",
    "io-ts": "2.0.1",
    "web3-eth-abi": "1.10.4",
    "web3-utils": "1.10.4"
  },
  "devDependencies": {
    "@celo/typescript": "workspace:^"
  }
}
