{ "name": "chat-app", "version": "1.0.0", "main": "index.js", "author": "Hri7566 ", "license": "MIT", "scripts": { "start": "node .", "build": "yarn build-webpack && yarn build-ts", "build-webpack": "npx webpack", "build-ts": "npx tsc", "test": "yarn build && yarn start" }, "dependencies": { "@types/jquery": "^3.5.6", "chalk": "^4.1.2", "dotenv": "^10.0.0", "express": "^4.17.1", "jquery": "^3.6.0", "mongodb": "^4.1.1", "ws": "^8.2.1", "yarn": "^1.22.11" }, "devDependencies": { "@types/express": "^4.17.13", "@types/ws": "^7.4.7", "css-loader": "^6.2.0", "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.2", "sass": "^1.39.0", "sass-loader": "^12.1.0", "style-loader": "^3.2.1", "ts-loader": "^9.2.5", "typescript": "^4.4.2", "webpack": "^5.52.0", "webpack-cli": "^4.8.0" }, "private": "true" }