{
  "name": "@iexec/solidity",
  "version": "0.1.1",
  "description": "",
  "main": "truffle.js",
  "scripts": {
    "build": "truffle compile",
    "test": "truffle test",
    "autotest": "./autotest.sh",
    "coverage": "truffle run coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iExecBlockchainComputing/iexec-solidity.git"
  },
  "bugs": {
    "url": "https://github.com/iExecBlockchainComputing/iexec-solidity.git/issues"
  },
  "files": [
    "/deployment",
    "/build",
    "/contracts"
  ],
  "author": "iExec",
  "license": "Apache-2.0",
  "homepage": "https://github.com/iExecBlockchainComputing/iexec-solidity.git#readme",
  "dependencies": {
    "@openzeppelin/contracts": "3.2.0",
    "solstruct": "0.1.0"
  },
  "devDependencies": {
    "@openzeppelin/test-helpers": "0.5.6",
    "chai": "4.2.0",
    "ganache-cli": "6.10.2",
    "solidity-coverage": "0.7.10",
    "truffle": "5.1.45"
  }
}
