UNPKG

@infibridge/celo-sdk-base

Version:

EthersJS wrapper for Celo Blockchain. Based on https://github.com/celo-tools/celo-ethers-wrapper with small modifications.

42 lines (41 loc) 1.12 kB
{ "name": "@infibridge/celo-sdk-base", "version": "2.0.0", "description": "EthersJS wrapper for Celo Blockchain. Based on https://github.com/celo-tools/celo-ethers-wrapper with small modifications.", "main": "build/main/index.js", "typings": "build/main/index.d.ts", "module": "build/module/index.js", "repository": "https://github.com/infibridge/celo-sdk-base", "license": "MIT", "author": "Infibridge", "keywords": [ "Celo", "Ethers" ], "scripts": { "build": "yarn build:main && yarn build:module", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "clean": "rm -rf build" }, "engines": { "node": ">=12" }, "dependencies": {}, "devDependencies": { "@types/node": "^14.14.10", "ethers": "^5.0.23", "typescript": "^4.1.2" }, "peerDependencies": { "ethers": "^5" }, "files": [ "build/main", "build/module", "!**/*.spec.*", "!**/*.json", "LICENSE", "README.md" ] }