UNPKG

@planq-network/connect

Version:

Light Toolkit for connecting with the Planq network

47 lines (46 loc) 1.19 kB
{ "name": "@planq-network/connect", "version": "4.1.0", "description": "Light Toolkit for connecting with the Planq network", "main": "./lib/index.js", "types": "./lib/index.d.ts", "sideEffects": false, "author": "Planq", "license": "Apache-2.0", "homepage": "https://planq-sdk-docs.readthedocs.io/en/latest/connect", "repository": "https://github.com/planq-network/planq-sdk/tree/master/packages/sdk/connect", "keywords": [ "planq", "blockchain" ], "scripts": { "build": "tsc -b .", "clean": "tsc -b . --clean", "docs": "typedoc", "test": "jest --runInBand", "lint": "tslint -c tslint.json --project .", "prepublishOnly": "yarn build" }, "dependencies": { "@types/debug": "^4.1.5", "@types/utf8": "^2.1.6", "@planq-network/base": "4.1.0", "@planq-network/utils": "4.1.0", "bignumber.js": "^9.0.0", "debug": "^4.1.1", "utf8": "3.0.0" }, "devDependencies": { "web3": "1.10.4", "web3-core": "1.10.4", "web3-eth": "1.10.4", "web3-eth-abi": "1.10.4", "web3-eth-contract": "1.10.4" }, "peerDependencies": { "web3": "1.10.4" }, "engines": { "node": ">=8.14.2" } }