{
  "name": "hardlydifficult-ethereum-contracts",
  "version": "0.11.1",
  "description": "A collection of reusable contracts and Javascript helpers for Ethereum.",
  "scripts": {
    "build": "npm run compile",
    "compile": "truffle compile",
    "test": "truffle test",
    "lint": "solium -d contracts --fix && eslint . --fix",
    "lintNoFix": "solium -d contracts && eslint .",
    "coverage": "truffle run coverage && cat coverage/lcov.info | coveralls",
    "ganache": "ganache-cli -k istanbul"
  },
  "files": [
    "build",
    "contracts",
    "src",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HardlyDifficult/hardlydifficult-ethereum-contracts.git"
  },
  "keywords": [
    "Solidity",
    "Vyper",
    "Ethereum",
    "ETH",
    "Truffle",
    "Javascript"
  ],
  "author": "HardlyDifficult",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HardlyDifficult/hardlydifficult-ethereum-contracts/issues"
  },
  "homepage": "https://github.com/HardlyDifficult/hardlydifficult-ethereum-contracts#readme",
  "dependencies": {
    "@openzeppelin/contracts": "2.5.0",
    "@openzeppelin/contracts-ethereum-package": "2.5.0",
    "@openzeppelin/test-environment": "0.1.3",
    "@openzeppelin/test-helpers": "0.5.5",
    "@openzeppelin/upgrades": "2.8.0",
    "@truffle/contract": "4.1.15",
    "bignumber.js": "9.0.0",
    "unlock-abi-7": "1.0.2",
    "web3-utils": "1.2.6"
  },
  "devDependencies": {
    "@codechecks/client": "0.1.10",
    "babel-eslint": "10.1.0",
    "chai": "4.2.0",
    "coveralls": "3.0.11",
    "eslint": "6.8.0",
    "eslint-config-prettier": "6.10.1",
    "eslint-plugin-json": "2.1.1",
    "eslint-plugin-markdown": "1.0.2",
    "eslint-plugin-prettier": "3.1.2",
    "eth-gas-reporter": "0.2.16",
    "ganache-cli": "6.9.1",
    "prettier": "2.0.3",
    "solidity-coverage": "0.7.2",
    "solium": "1.2.5",
    "truffle": "5.1.20",
    "truffle-assertions": "0.9.2"
  }
}
