{ "name": "webface-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "watch": "tsc -w" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@squeebot/core": "^3.3.4", "bcrypt": "^5.0.1", "express": "^4.17.1", "ws": "^8.2.2" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/express": "^4.17.13", "@types/node": "^16.10.2", "@types/ws": "^8.2.0", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", "sass": "^1.42.1", "sass-loader": "^12.1.0", "ts-loader": "^9.2.6", "typescript": "^4.4.3", "webpack-cli": "^4.8.0" } }