excalidraw-room/package.json
dependabot[bot] adc27425d4
Bump socket.io from 2.3.0 to 2.4.0 (#162)
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.0/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-04 23:29:05 +02:00

26 lines
621 B
JSON

{
"name": "excalidraw-portal",
"dependencies": {
"@types/debug": "4.1.5",
"@types/express": "4.17.11",
"@types/node": "14.14.22",
"@types/socket.io": "2.1.4",
"debug": "4.3.1",
"express": "4.17.1",
"prettier": "2.2.1",
"socket.io": "2.4.0",
"typescript": "4.1.3"
},
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "yarn prettier --write",
"lint": "yarn prettier --list-different",
"prettier": "prettier \"**/*.{ts,md,json,yaml,yml}\"",
"start": "node dist/index.js",
"test": "yarn lint"
},
"version": "1.0.0"
}