{ "name": "backend", "version": "1.0.0", "main": "index.js", "scripts": { "start": "standard && node index.js", "fix": "standard --fix", "dev": "pm2 start index.js --watch", "pm2": "pm2" }, "dependencies": { "chalk": "^2.3.0", "commander": "^2.12.2", "discord.js": "^11.2.1", "dotenv": "^4.0.0", "erlpack": "github:discordapp/erlpack", "eventemitter3": "^3.0.0", "glob": "^7.1.2", "immutable": "^3.8.2", "inquirer": "^4.0.1", "koa": "^2.4.1", "koa-better-router": "^2.1.1", "koa-bodyparser": "^4.2.0", "koa-passport": "^4.0.1", "koa-session": "^5.5.1", "ksuid": "^0.4.0", "passport-discord": "^0.1.3", "passport-oauth2-refresh": "^1.0.0", "pg": "^7.4.0", "pg-hstore": "^2.3.2", "pm2": "^2.8.0", "sequelize": "^4.25.1", "socket.io": "^2.0.4", "standard": "^10.0.3", "superagent": "^3.8.1", "uuid": "^3.1.0", "uws": "^9.14.0", "yargs": "^10.0.3" } }