v1/Server/package.json
dependabot-preview[bot] 56c507708d
Bump sequelize from 5.6.0 to 5.19.6 in /Server
Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.6.0 to 5.19.6.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v5.6.0...v5.19.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-14 23:03:17 +00:00

38 lines
941 B
JSON

{
"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": {
"@discordjs/uws": "^11.149.1",
"chalk": "^2.4.2",
"discord.js": "^11.4.2",
"dotenv": "^7.0.0",
"erlpack": "github:discordapp/erlpack",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"glob": "^7.1.3",
"immutable": "^4.0.0-rc.12",
"koa": "^2.7.0",
"koa-better-router": "^2.1.1",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-send": "5.0.0",
"koa-session": "^5.10.1",
"koa-static": "^5.0.0",
"ksuid": "^1.2.0",
"lru-cache": "^5.1.1",
"pg": "^7.9.0",
"pg-hstore": "^2.3.2",
"pm2": "^3.5.0",
"sequelize": "^5.19.6",
"socket.io": "^2.2.0",
"superagent": "^5.0.2",
"uuid": "^3.3.2"
}
}