{ "name": "ethereumjs-wallet", "version": "0.6.3", "description": "Utilities for handling Ethereum keys", "main": "dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "ethereumjs-config-build", "prepublishOnly": "npm run format && npm run tslint && npm run test", "coverage": "ethereumjs-config-coverage", "coveralls": "ethereumjs-config-coveralls", "format": "ethereumjs-config-format", "format-fix": "ethereumjs-config-format-fix", "lint": "ethereumjs-config-lint", "lint-fix": "ethereumjs-config-lint-fix", "pretest": "npm run build", "test": "nyc mocha ./test/**/*.ts", "tsc": "ethereumjs-config-tsc", "tslint": "ethereumjs-config-tslint", "tslint:fix": "ethereumjs-config-tslint-fix" }, "husky": { "hooks": { "pre-push": "npm run lint" } }, "repository": { "type": "git", "url": "https://github.com/ethereumjs/ethereumjs-wallet.git" }, "keywords": [ "ethereum", "wallets", "keys" ], "author": "Alex Beregszaszi ", "license": "MIT", "bugs": { "url": "https://github.com/ethereumjs/ethereumjs-wallet/issues" }, "homepage": "https://github.com/ethereumjs/ethereumjs-wallet", "dependencies": { "aes-js": "^3.1.1", "bs58check": "^2.1.2", "ethereumjs-util": "^6.0.0", "hdkey": "^1.1.1", "randombytes": "^2.0.6", "scrypt.js": "^0.3.0", "utf8": "^3.0.0", "uuid": "^3.3.2" }, "devDependencies": { "@ethereumjs/config-nyc": "^1.1.1", "@ethereumjs/config-prettier": "^1.1.1", "@ethereumjs/config-tsc": "^1.1.1", "@ethereumjs/config-tslint": "^1.1.1", "@types/bn.js": "^4.11.5", "@types/mocha": "^5.2.7", "@types/node": "^12.0.10", "coveralls": "^3.0.0", "husky": "^2.1.0", "mocha": "^5.2.0", "nyc": "^14.1.1", "prettier": "^1.15.3", "source-map-support": "^0.5.12", "ts-node": "^8.3.0", "tslint": "^5.12.0", "typescript": "^3.2.2", "typestrict": "^1.0.2" } }