{
  "name": "blitz-js-core",
  "version": "1.0.8",
  "description": "⚡ Core Node for blitz.js framework",
  "main": "index.js",
  "scripts": {
    "test": "mocha --exit -s 10000 --timeout 10000"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nexus-devs/blitz.js-core"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "async-middleware-stack": "^1.0.1",
    "blitz-js-query": "^1.0.7",
    "circular-json": "^0.5.1",
    "decache": "^4.4.0",
    "lodash": "^4.17.5",
    "mongodb": "^3.0.5",
    "redis": "^2.8.0",
    "rolling-rate-limiter": "^0.1.10"
  },
  "devDependencies": {
    "blitz-js-api": "^1.0.7",
    "blitz-js-auth": "^1.0.7",
    "blitz-js-loader": "^1.0.4",
    "mocha": "^5.0.5"
  }
}
