UNPKG

tomobridge-sdk

Version:
45 lines (44 loc) 1.12 kB
{ "name": "tomobridge-sdk", "version": "0.1.1", "description": "JS SDK for TomoBridge", "keywords": [ "tomobridge", "tomochain" ], "repository": { "type": "git", "url": "https://github.com/tomochain/bridgejs.git" }, "bugs": { "url": "http://github.com/tomochain/bridgejs/issues" }, "main": "index.js", "bin": { "bridge-cli": "bridge-cli" }, "scripts": { "lint": "eslint --cache ./ --ext .js", "test": "echo \"Error: no test specified\" && exit 0", "docs": "./node_modules/.bin/jsdoc -c jsdoc.json" }, "author": "", "license": "MIT", "dependencies": { "bignumber.js": "^9.0.0", "commander": "^4.1.1", "dotenv": "^8.2.0", "ethers": "^4.0.37", "inquirer": "^7.0.0", "request": "^2.88.0", "solc": "^0.6.7", "url-join": "^4.0.1", "ws": "^7.2.1" }, "devDependencies": { "docdash": "^1.2.0", "eslint": "^6.8.0", "eslint-plugin-promise": "^4.2.1", "jsdoc": "^3.6.4" } }