excalidraw-room/package.json
Panayiotis Lipiridis ca85f36373 Update
2021-01-19 00:15:52 +02:00

27 lines
698 B
JSON

{
"name": "excalidraw-portal",
"dependencies": {
"@types/debug": "4.1.5",
"@types/express": "4.17.11",
"@types/node": "14.14.21",
"@types/socket.io": "2.1.4",
"debug": "4.3.1",
"express": "4.17.1",
"prettier": "2.2.1",
"socket.io": "2.3.0",
"typescript": "4.1.3"
},
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"deploy": "yarn build && gcloud app deploy --project=excalidraw-portal",
"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"
}