UNPKG

rainbow-bridge-lib

Version:
57 lines (56 loc) 1.37 kB
{ "name": "rainbow-bridge-lib", "version": "3.0.0", "description": "Rainbow Bridge Lib", "author": "Near Inc.", "repository": { "type": "git", "url": "git+https://github.com/near/rainbow-bridge-lib.git" }, "license": "MIT", "keywords": [ "nearprotocol", "decentralized", "blockchain", "ethereum", "bridge" ], "dependencies": { "bn.js": "^5.1.3", "bs58": "^4.0.1", "bsert": "^0.0.10", "change-case": "^4.1.1", "configstore": "^5.0.1", "eth-object": "near/eth-object#54e03b8aac8208cf724e206d49ffb8bdd30451d7", "eth-util-lite": "near/eth-util-lite#master", "ethereumjs-block": "^2.2.2", "ethereumjs-tx": "^2.1.2", "ethereumjs-util": "^6.2.0", "lodash": "^4.17.20", "merkle-patricia-tree": "^3.0.0", "near-api-js": "^0.26.0", "node-fetch": "^2.6.0", "promisfy": "^1.2.0", "tweetnacl": "^1.0.3", "web3": "=1.2.6" }, "devDependencies": { "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "typescript": "^3.9.5" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "check": "tsc" }, "prettier": { "trailingComma": "es5", "tabWidth": 2, "semi": false, "singleQuote": true } }