{
  "name": "olympus-module",
  "author": "OlympusLabs - Gerdinand Hardeman",
  "version": "0.0.12",
  "description": "Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf ./build && tsc",
    "watch": "rm -rf ./build/**/* && tsc --watch",
    "check": "./node_modules/.bin/tslint --type-check --project ./tsconfig.json && npm run build",
    "develop": "rm -rf ./build && tsc && NODE_ENV=development nodemon --watch 'build/**/*.js' ./build/index.js"
  },
  "keywords": [
    "olympus",
    "module",
    "protocol",
    "blockchain",
    "Ethereum"
  ],
  "license": "ISC",
  "dependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/faker": "^4.1.2",
    "@types/lodash": "^4.14.118",
    "@types/moment": "^2.13.0",
    "@types/mongoose": "^5.2.3",
    "@types/node": "^10.1.4",
    "@types/sinon": "^5.0.1",
    "bignumber.js": "^7.2.1",
    "ethereumjs-tx": "^1.3.4",
    "get-json": "^1.0.1",
    "lodash": "^4.17.11",
    "log4js": "^3.0.6",
    "tslint": "^5.10.0",
    "typescript": "^2.8.3",
    "typescript-eslint-parser": "^15.0.0",
    "web3": "^0.20.4"
  }
}
