{
  "ignore": [
    "README.md",
    ".gitignore",
    "package.json",
    "package-lock.json"
    
  ],
  "commands": {
    "Compile contracts": "truffle compile",
    "Migrate contracts": "truffle migrate",
    "Test contracts": "truffle test"
  },
  "hooks": {
    "post-unpack": ""
  }
}
