{
  "name": "@kollateral/kollateral-contracts",
  "version": "0.0.1",
  "private": false,
  "description": "",
  "files": [
    "/contracts/**/*.sol",
    "/build/contracts/*.json"
  ],
  "scripts": {
    "build": "rm -rf ./build && npm run compile",
    "compile": "truffle compile",
    "prepare": "npm run build",
    "test": "mocha --timeout 10000 --exit --recursive test"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@openzeppelin/contracts": "^2.4.0"
  },
  "devDependencies": {
    "@openzeppelin/test-environment": "^0.1.2",
    "@openzeppelin/test-helpers": "^0.5.4",
    "chai": "^4.2.0",
    "mocha": "^7.0.0",
    "truffle-privatekey-provider": "^1.3.0"
  }
}
