{
  "name": "@ganache/cli",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.10.2",
  "description": "",
  "author": "David Murdoch",
  "homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/cli#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "typings",
  "source": "index.ts",
  "bin": {
    "ganache": "./lib/src/cli.js",
    "ganache-cli": "./lib/src/cli.js"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib",
    "typings"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/ganache.git",
    "directory": "packages/cli"
  },
  "scripts": {
    "tsc": "tsc --build",
    "test": "nyc npm run mocha",
    "mocha": "cross-env TS_NODE_FILES=true mocha --exit --check-leaks --throw-deprecation --trace-warnings --require ts-node/register 'tests/**/*.test.ts'",
    "start": "cross-env node --require ts-node/register --inspect src/cli.ts"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/ganache/issues"
  },
  "keywords": [
    "ganache",
    "ganache-cli",
    "ethereum",
    "evm",
    "blockchain",
    "smart contracts",
    "dapps",
    "solidity",
    "vyper",
    "fe",
    "web3",
    "tooling",
    "truffle"
  ],
  "devDependencies": {
    "@types/marked": "4.0.8",
    "@types/marked-terminal": "3.1.3",
    "@types/mocha": "9.0.0",
    "cross-env": "7.0.3",
    "mocha": "9.1.3",
    "ts-node": "10.9.1",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "@ganache/colors": "0.4.2",
    "@ganache/core": "0.10.2",
    "@ganache/ethereum": "0.10.2",
    "@ganache/flavor": "0.10.2",
    "@ganache/options": "0.9.2",
    "@trufflesuite/ps-list": "0.0.3",
    "@types/node": "17.0.0",
    "chalk": "4.1.0",
    "cli-table": "0.3.11",
    "env-paths": "2.2.1",
    "marked": "4.3.0",
    "marked-terminal": "4.2.0",
    "yargs": "16.2.0"
  },
  "gitHead": "547c900a50d19b094ef636a9aeccf4f7f2356430"
}
