v1/Server/package.json
dependabot-preview[bot] d165a419ff
build(deps): bump uuid from 3.3.3 to 8.3.0 in /Server
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 8.3.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v8.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 19:06:42 +00:00

42 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": {
"@improbable-eng/grpc-web-node-http-transport": "^0.12.0",
"@roleypoly/rpc": "^1.9.0",
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"glob": "^7.1.6",
"google-protobuf": "^3.12.0-rc.1",
"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.14.0",
"pg-hstore": "^2.3.3",
"pm2": "^4.4.0",
"sequelize": "^5.21.2",
"socket.io": "^2.3.0",
"superagent": "^5.1.1",
"uuid": "^8.3.0"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}