{
  "name": "app",
  "version": "1.0.0",
  "description": "",
  "main": "truffle-config.js",
  "scripts": {
    "test": "scripts/test.sh",
    "lint:sol": "solium -d .",
    "lint:sol:fix": "solium -d . --fix",
    "coverage": "scripts/coverage.sh"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@haechi-labs/vvisp-utils": "^1.2.0",
    "babel-preset-env": "^1.7.0",
    "coveralls": "^3.0.1",
    "eth-gas-reporter": "^0.2.0",
    "ethereumjs-util": "^5.1.2",
    "ethjs-abi": "^0.2.1",
    "ganache-cli": "^6.4.3",
    "husky": "^1.2.1",
    "lint-staged": "^8.1.0",
    "openzeppelin-solidity": "^2.3.0",
    "prettier": "^1.15.3",
    "solidity-coverage": "git+https://github.com/rotcivegaf/solidity-coverage.git#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
    "solium": "^1.2.4",
    "truffle": "^5.0.0",
    "web3": "^1.0.0-beta.37",
    "openzeppelin-test-helpers": "^0.1.2"
  },
  "lint-staged": {
    "**/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "prettier": {
    "singleQuote": true,
    "tabWidth": 2,
    "printWidth": 80
  }
}
