{
  "name": "mew-core",
  "version": "0.0.1-alpha.6",
  "main": "./index.js",
  "config": {
    "STATUS": "development",
    "test_scope": "limited"
  },
  "scripts": {
    "pretest": "npm config set MewCore:test_scope 'limited'",
    "test": "nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --recursive --exit",
    "testWithLeakCheck": "nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --recursive --exit --check-leaks ",
    "testChangeNetwork": "nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --exit ./testSolo/changeNetwork.test.js",
    "preTestFull": "npm config set MewCore:test_scope 'full'",
    "testFull": "npm run preTestFull && nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --recursive --exit",
    "build": "webpack --config ./webpack.config.js --progress ",
    "browserBuild": "webpack --config ./webpack.browser.config.js --progress",
    "buildTestFixturesBrowser": "webpack --config ./webpack.browserFixtures.config.js --progress",
    "browserBuildWatch": "webpack --config ./webpack.browser.config.js --progress -w",
    "buildTestFixturesBrowserWatch": "webpack --config ./webpack.browserFixtures.config.js --progress -w",
    "wrap": "npm shrinkwrap",
    "CreateGethTestChain": "cd ./test/geth; ./GethTestChainInit.sh",
    "GethTestChain": "cd ./test/geth; ./GethTestChainRun.sh",
    "newRelease": "node ./makeRelease.js; npm publish"
  },
  "dependencies": {
    "@ledgerhq/hw-app-eth": "^4.14.0",
    "@ledgerhq/hw-transport": "^4.13.0",
    "@ledgerhq/hw-transport-node-hid": "^4.7.6",
    "@ledgerhq/hw-transport-u2f": "^4.13.0",
    "@myetherwallet/mew-connect-client": "0.0.1-alpha.1",
    "async": "^2.6.0",
    "axios": "^0.18.0",
    "bignumber.js": "^7.0.1",
    "bip39": "^2.5.0",
    "crypto": "^1.0.1",
    "eccrypto": "^1.0.3",
    "eth-block-tracker": "^4.0.1",
    "eth-lib": "^0.2.8",
    "ethereumjs-abi": "^0.6.5",
    "ethereumjs-tx": "^1.3.4",
    "ethereumjs-util": "^5.2.0",
    "hdkey": "^0.8.0",
    "i": "^0.3.6",
    "idna-uts46": "^1.1.0",
    "json-rpc-error": "^2.0.0",
    "oboe": "^2.1.4",
    "scrypt.js": "^0.2.0",
    "scryptsy": "^2.0.0",
    "secp256k1": "^3.5.0",
    "semaphore": "^1.1.0",
    "simple-peer": "^9.1.2",
    "socket.io-client": "^2.1.1",
    "tape": "^4.9.0",
    "utf8": "^3.0.0",
    "wallet-address-validator": "^0.1.7",
    "web3": "^1.0.0-beta.34",
    "web3-core-helpers": "^1.0.0-beta.34",
    "web3-provider-engine": "^14.0.5",
    "web3-utils": "^1.0.0-beta.34",
    "websocket": "^1.0.26",
    "xhr2": "^0.1.4",
    "xmlhttprequest": "^1.8.0"
  },
  "optionalDependencies": {},
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.49",
    "@babel/preset-env": "^7.0.0-beta.49",
    "babel-eslint": "^8.2.1",
    "babel-loader": "^8.0.0-beta.3",
    "babel-polyfill": "^6.26.0",
    "babel-runtime": "^6.26.0",
    "body-parser": "^1.18.3",
    "browser-request": "^0.3.3",
    "chai": "^4.1.2",
    "copy-webpack-plugin": "^4.5.1",
    "cors": "^2.8.4",
    "crypto-js": "^3.1.9-1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^3.1.0",
    "eslint-plugin-vue": "^4.5.0",
    "ethjs": "^0.4.0",
    "express": "^4.16.3",
    "ganache-core": "^2.1.3",
    "html-webpack-plugin": "^4.0.0-alpha",
    "lodash": "^4.17.10",
    "mocha": "^5.2.0",
    "nock": "^9.3.0",
    "nyc": "^11.8.0",
    "standard": "^11.0.1",
    "tape-catch": "^1.0.6",
    "webpack": "^4.10.1",
    "webpack-cli": "^2.1.4"
  }
}