UNPKG

@celo/wallet-base

Version:

Wallet base implementation

49 lines (48 loc) 1.23 kB
{ "name": "@celo/wallet-base", "version": "8.0.0", "description": "Wallet base implementation", "author": "Celo", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/celo-org/developer-tooling.git", "directory": "packages/sdk/wallets/" }, "homepage": "https://docs.celo.org", "main": "./lib/index.js", "types": "./lib/index.d.ts", "keywords": [ "celo", "blockchain", "sdk" ], "scripts": { "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 --runInBand --passWithNoTests", "prepublishOnly": "yarn build" }, "devDependencies": { "@celo/typescript": "workspace:^", "@types/debug": "^4.1.12", "viem": "~2.29.2" }, "dependencies": { "@celo/base": "^7.0.3", "@celo/connect": "^7.0.0", "@celo/utils": "^8.0.3", "@ethereumjs/rlp": "^5.0.2", "@ethereumjs/util": "8.0.5", "@noble/curves": "^1.3.0", "@noble/hashes": "^1.3.3", "@types/debug": "^4.1.5", "bignumber.js": "^9.0.0", "debug": "^4.1.1", "web3": "1.10.4" }, "engines": { "node": ">=20" } }