{
  "name": "zilliqa-exchange-tutorial",
  "version": "1.0.0",
  "description": "Basic Zilliqa integration for exchanges",
  "main": "build/app.js",
  "scripts": {
    "build": "tsc",
    "serve": "node build/app.js"
  },
  "keywords": [
    "zilliqa",
    "blockchain",
    "exchange",
    "web"
  ],
  "author": "ian@zilliqa.com",
  "license": "GPL-3.0",
  "dependencies": {
    "@zilliqa-js/util": "^0.5.0",
    "@zilliqa-js/zilliqa": "^0.5.2",
    "body-parser": "^1.18.3",
    "bootstrap": "^4.3.1",
    "chalk": "^2.4.2",
    "convict": "^4.4.1",
    "express": "^4.16.4",
    "lodash": "^4.17.21",
    "lusca": "^1.6.1",
    "morgan": "^1.9.1",
    "node-cron": "^2.0.3",
    "p-map": "^2.0.0",
    "pify": "^4.0.1",
    "pouchdb": "^7.0.0",
    "pouchdb-adapter-memory": "^7.0.0",
    "pouchdb-find": "^7.0.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.17.0",
    "@types/convict": "^4.2.1",
    "@types/express": "^4.16.1",
    "@types/lodash": "^4.14.121",
    "@types/lusca": "^1.5.0",
    "@types/morgan": "^1.7.35",
    "@types/node-cron": "^2.0.1",
    "@types/pify": "^3.0.2",
    "@types/pouchdb": "^6.3.3",
    "ts-node": "^8.0.2",
    "tslint": "^5.12.1",
    "typescript": "^3.3.3"
  }
}
