{
  "name": "@dapp-stack/test",
  "version": "0.1.0",
  "engines": {
    "node": ">=8.11"
  },
  "description": "Test runner for solidity contracts",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "shx rm -rf lib",
    "lint": "tslint --fix --project .",
    "doc": "typedoc --options ../../typedoc.json --out ../../documentation/test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:Dapp-Stack/Dapp-Stack.git"
  },
  "keywords": [
    "web3",
    "DApp Stack",
    "typescript",
    "ts",
    "test",
    "mocha",
    "solidity",
    "contracts"
  ],
  "author": {
    "name": "John Solon",
    "email": "john.solon12@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Dapp-Stack/Dapp-Stack/issues"
  },
  "homepage": "https://dapp-stack.org",
  "devDependencies": {
    "@types/cross-spawn": "^6.0.0",
    "@types/istanbul": "^0.4.30",
    "@types/mocha": "^5.2.5",
    "@types/signale": "^1.2.0",
    "shx": "^0.2.2",
    "tslint": "5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "3.1.1"
  },
  "dependencies": {
    "@dapp-stack/deployer": "^0.1.0",
    "@dapp-stack/environment": "^0.1.0",
    "cross-spawn": "^6.0.5",
    "ethers": "^4.0.3",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "signale": "^1.2.1",
    "sol-explore": "^1.6.2",
    "solidity-parser-antlr": "^0.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
