mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 3.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
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",
|
|
"lint:prettier": "prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx}'",
|
|
"pm2": "pm2"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/uws": "^10.149.0",
|
|
"@roleypoly/rpc": "^3.0.0-alpha.12",
|
|
"chalk": "^3.0.0",
|
|
"discord.js": "^11.5.1",
|
|
"dotenv": "^8.2.0",
|
|
"erlpack": "github:discordapp/erlpack",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"glob": "^7.1.6",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"koa": "^2.11.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.12.3",
|
|
"koa-static": "^5.0.0",
|
|
"ksuid": "^1.2.0",
|
|
"lru-cache": "^5.1.1",
|
|
"pg": "^7.13.0",
|
|
"pg-hstore": "^2.3.3",
|
|
"pm2": "^4.1.2",
|
|
"sequelize": "^5.21.2",
|
|
"socket.io": "^2.3.0",
|
|
"superagent": "^5.1.0",
|
|
"uuid": "^3.3.3",
|
|
"zucc": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1"
|
|
}
|
|
}
|