Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.28 to 14.14.31. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
721 B
JSON
28 lines
721 B
JSON
{
|
|
"name": "excalidraw-portal",
|
|
"dependencies": {
|
|
"@types/debug": "4.1.5",
|
|
"@types/express": "4.17.11",
|
|
"@types/node": "14.14.31",
|
|
"@types/socket.io": "2.1.4",
|
|
"debug": "4.3.1",
|
|
"express": "4.17.1",
|
|
"prettier": "2.2.1",
|
|
"socket.io": "2.3.0",
|
|
"ts-node-dev": "1.1.1",
|
|
"typescript": "4.1.5"
|
|
},
|
|
"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",
|
|
"start:dev": "ts-node-dev --respawn --transpile-only src/index.ts",
|
|
"test": "yarn lint"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|