{
  "name": "wanache-core",
  "version": "2.3.0",
  "main": "./index.js",
  "engines": {
    "node": ">=8.9.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "lint": "standard || true",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "mocha --check-leaks --globals _scratch,sanitizedData",
    "test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",
    "test:coveralls-upload": "if [ $COVERALLS_REPO_TOKEN ]; then nyc report --reporter=text-lcov | coveralls; fi"
  },
  "dependencies": {
    "abstract-leveldown": "^3.0.0",
    "async": "^2.5.0",
    "bip39": "~2.4.0",
    "bn.js": "4.11.6",
    "cachedown": "^1.0.0",
    "chai": "^3.5.0",
    "clone": "^2.1.1",
    "eth-sig-util": "^2.0.2",
    "ethereumjs-account": "~2.0.4",
    "ethereumjs-block": "~1.2.2",
    "wanchainjs-tx": "1.5.0",
    "wanchainjs-util": "^5.2.1",
    "ethereumjs-vm": "2.3.5",
    "ethereumjs-wallet": "0.6.0",
    "ethereumjs-abi": "^0.6.5",
    "fake-merkle-patricia-tree": "~1.0.1",
    "heap": "~0.2.6",
    "js-scrypt": "^0.2.0",
    "level-sublevel": "^6.6.1",
    "levelup": "^1.1.0",
    "localstorage-down": "^0.6.7",
    "lodash": "^4.17.5",
    "merkle-patricia-tree": "^2.2.0",
    "pify": "^3.0.0",
    "prepend-file": "^1.3.1",
    "request": "^2.87.0",
    "seedrandom": "~2.4.2",
    "shebang-loader": "0.0.1",
    "solc": "0.4.24",
    "temp": "^0.8.3",
    "tmp": "0.0.31",
    "web3": "1.0.0-beta.35",
    "web3-provider-engine": "^14.0.6",
    "websocket": "^1.0.24",
    "yargs": "^7.0.2"
  },
  "devDependencies": {
    "assert-match": "^1.1.1",
    "coveralls": "^3.0.2",
    "memdown": "^1.3.1",
    "mocha": "~5.1.1",
    "nyc": "^13.0.1",
    "standard": "^12.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/C3Devs/wanache-core"
  },
  "license": "MIT"
}
