{
  "name": "<%= name %>",
  "version": "0.1.0",
  "description": "<%= description %>",
  "main": "index.js",
  "license": "ISC",
  "scripts": {
    "build": "webpack -p",
    "start": "node server.js | bunyan",
    "migrate": "sequelize db:migrate | bunyan",
    "server-start": "nodemon server.js | bunyan --output short --color",
    "client-start": "webpack -d --watch",
    "dev-start": "concurrently --kill-others \"npm run server-start\" \"npm run client-start\""
  },
  "dependencies": {},
  "devDependencies": {}
}
