{
  "name": "@soloseng/ganache-ethereum-utils",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.8.0-beta.1",
  "description": "",
  "author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
  "homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/utils#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "typings",
  "source": "index.ts",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib",
    "typings"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/ganache.git",
    "directory": "src/chains/ethereum/utils"
  },
  "scripts": {
    "tsc": "tsc --build",
    "test": "nyc npm run mocha",
    "mocha": "cross-env TS_NODE_FILES=true mocha --timeout 5000 --exit --check-leaks --throw-deprecation --trace-warnings --require ts-node/register 'tests/**/*.test.ts'"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/ganache/issues"
  },
  "keywords": [
    "ganache",
    "ganache-ethereum-utils",
    "ethereum",
    "evm",
    "blockchain",
    "smart contracts",
    "dapps",
    "solidity",
    "vyper",
    "fe",
    "web3",
    "tooling",
    "truffle"
  ],
  "dependencies": {
    "@ethereumjs/common": "3.1.1",
    "@ethereumjs/evm": "npm:@soloseng/ethereumjs-evm@1.3.1",
    "@ethereumjs/tx": "4.1.1",
    "@ethereumjs/util": "8.0.5",
    "@ethereumjs/vm": "npm:@soloseng/ethereumjs-vm@6.4.1",
    "@ganache/ethereum-address": "0.8.0",
    "@ganache/rlp": "0.8.0",
    "@ganache/utils": "0.8.0",
    "emittery": "0.10.0",
    "ethereumjs-abi": "0.6.8"
  },
  "devDependencies": {
    "@types/mocha": "9.0.0",
    "cross-env": "7.0.3",
    "mocha": "9.1.3",
    "ts-node": "10.9.1",
    "typescript": "4.7.4"
  },
  "gitHead": "0d973a3198f0ec1de380a8fd0d4826584c4207ce"
}
