{
  "name": "tidbit-eth",
  "version": "0.1.2",
  "license": "MIT",
  "files": [
    "build",
    "contracts",
    "test",
    "zos.json",
    "zos.*.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/levelkdev/tidbit.git"
  },
  "dependencies": {
    "moment": "^2.22.0",
    "openzeppelin-eth": "^2.0.0",
    "solc": "^0.4.24",
    "truffle-blockchain-utils": "^0.0.3",
    "truffle-hdwallet-provider": "^0.0.6",
    "zos-lib": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "chai-bignumber": "^2.0.2",
    "cross-env": "^5.1.4",
    "ganache-cli": "^6.1.6",
    "lk-test-helpers": "^0.1.3",
    "snazzy": "^7.1.1",
    "solidity-coverage": "^0.5.5",
    "solidity-docgen": "^0.1.0",
    "standard": "^10.0.3",
    "truffle": "^4.1.14",
    "web3": "^1.0.0-beta.35",
    "web3-utils": "^1.0.0-beta.35"
  },
  "scripts": {
    "build-docs": "scripts/buildDocs.sh",
    "cleanup": "rm -rf build/ && mkdir build && rm -rf lib/ && mkdir lib",
    "compile": "npm run cleanup && truffle compile --all",
    "deploy": "npm run cleanup && truffle migrate --reset",
    "deploy-rinkeby": "npm run cleanup && truffle migrate --reset --network rinkeby",
    "test": "scripts/test.sh",
    "test:truffle": "truffle test",
    "test:coverage": "npm run solidity-coverage",
    "ganache-cli": "scripts/runGanacheCLI.sh",
    "lint": "standard --verbose | snazzy"
  }
}
