UNPKG

eth-dcent-keyring

Version:

A MetaMask compatible keyring, for D'CENT hardware wallets

57 lines (56 loc) 1.41 kB
{ "name": "eth-dcent-keyring", "version": "0.2.2", "description": "A MetaMask compatible keyring, for D'CENT hardware wallets", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "yarn lint && mocha", "lint": "./node_modules/.bin/eslint . --ext .js", "lint:fix": "./node_modules/.bin/eslint --fix . --ext .js" }, "repository": { "type": "git", "url": "git+https://github.com/DcentWallet/eth-dcent-keyring.git" }, "keywords": [ "ethereum", "keyring", "dcent", "D'CENT Hardware wallet", "metamask" ], "author": "IoTrust Co. Ltd.,", "license": "ISC", "bugs": { "url": "https://github.com/DcentWallet/eth-dcent-keyring/issues" }, "homepage": "https://github.com/DcentWallet/eth-dcent-keyring#readme", "resolutions": { "mocha/mkdirp": "^0.5.1" }, "dependencies": { "@ethereumjs/tx": "3.2.1", "ethereumjs-util": "7.0.9", "dcent-web-connector": "^0.11.2" }, "devDependencies": { "@lavamoat/allow-scripts": "^1.0.6", "assert": "^1.4.1", "babel-eslint": "^8.0.0", "babel-runtime": "^6.26.0", "chai": "^4.1.2", "chai-spies": "^1.0.0", "eslint": "^5.0.0", "eslint-plugin-chai": "0.0.1", "eslint-plugin-json": "^1.2.0", "eslint-plugin-mocha": "^5.0.0", "ethereumjs-tx": "^1.3.4", "mocha": "^5.0.4" }, "engines": { "node": ">=12.0.0" } }