UNPKG

@celo/network-utils

Version:

Utilities for fetching static information about the Celo network

43 lines (42 loc) 1.11 kB
{ "name": "@celo/network-utils", "version": "5.0.9", "description": "Utilities for fetching static information about the Celo network", "main": "./lib/index.js", "types": "./lib/index.d.ts", "author": "Celo", "license": "Apache-2.0", "homepage": "https://docs.celo.org/developer/tools", "repository": { "type": "git", "url": "git+https://github.com/celo-org/developer-tooling.git", "directory": "packages/sdk/network-utils" }, "keywords": [ "celo", "blockchain", "contractkit" ], "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": { "@types/debug": "^4.1.5", "cross-fetch": "3.1.5", "debug": "^4.1.1", "isomorphic-fetch": "^3.0.0" }, "devDependencies": { "@celo/dev-utils": "0.1.0", "@celo/typescript": "workspace:^", "@types/debug": "^4.1.12", "fetch-mock": "^10.0.7" }, "engines": { "node": ">=20" } }