@celo/wallet-local
Version:
Local wallet implementation
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "@celo/wallet-local",
"version": "8.0.2",
"description": "Local wallet 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",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "^7.0.3",
"@celo/connect": "^7.0.0",
"@celo/utils": "^8.0.3",
"@celo/wallet-base": "^8.0.2",
"@ethereumjs/util": "8.0.5"
},
"devDependencies": {
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"debug": "^4.3.5",
"viem": "~2.33.2",
"web3": "1.10.4"
},
"engines": {
"node": ">=20"
}
}