{
  "name": "example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "cd ../ && npm install && cd example"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "koa": "^2.2.0",
    "koa-joi-router": "^4.0.0"
  }
}
