{
  "name": "iexec-poco",
  "version": "5.0.0",
  "description": "",
  "main": "truffle.js",
  "scripts": {
    "build": "truffle compile",
    "migrate": "truffle migrate",
    "test": "truffle test",
    "autotest": "./autotest.sh",
    "coverage": "truffle run coverage",
    "verify": "truffle run verify"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iExecBlockchainComputing/PoCo-dev.git"
  },
  "bugs": {
    "url": "https://github.com/iExecBlockchainComputing/PoCo-dev.git/issues"
  },
  "files": [
    "/build",
    "/contracts"
  ],
  "author": "iExec",
  "license": "ISC",
  "homepage": "https://github.com/iExecBlockchainComputing/PoCo-dev.git#readme",
  "dependencies": {
    "@ensdomains/ens": "0.4.4",
    "@ensdomains/resolver": "0.2.4",
    "@iexec/interface": "3.0.35-8",
    "@iexec/solidity": "0.1.0-beta.13",
    "@openzeppelin/contracts": "3.0.0",
    "rlc-faucet-contract": "1.0.9"
  },
  "devDependencies": {
    "@openzeppelin/test-helpers": "0.5.5",
    "@truffle/hdwallet-provider": "1.0.34",
    "chai": "4.2.0",
    "eth-sig-util": "2.5.3",
    "ethereumjs-util": "6.2.0",
    "ethers": "4.0.46",
    "ganache-cli": "6.9.1",
    "husky": "4.2.5",
    "solidity-coverage": "0.7.4",
    "truffle": "5.1.22",
    "truffle-security": "1.7.1"
  }
}
