{ "name": "dtp-chat", "type": "module", "version": "0.1.0", "description": "Next-generation realtime communications tool for the web.", "dtpApp": { "title": "CyberEgg 2077: Interstellar Food Fight", "description": "In a world where memes come to life, a pineapple takes on evil and wins!" }, "main": "dtp-chat.js", "scripts": { "develop": "nodemon dtp-chat.js", "build": "NODE_ENV=production yarn webpack --config webpack.config.js" }, "repository": "git@git.digitaltelepresence.com:digital-telepresence/dtp-chat.git", "author": "Rob Colbert", "license": "LicenseRef-LICENSE", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.1", "@socket.io/redis-adapter": "^8.3.0", "@socket.io/redis-emitter": "^5.1.0", "ansicolor": "^2.0.3", "dotenv": "^16.4.5", "express": "^4.19.2", "glob": "^10.3.10", "ioredis": "^5.3.2", "marked": "^12.0.1", "mediasoup": "^3.13.24", "moment": "^2.30.1", "mongoose": "^8.2.4", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "numeral": "^2.0.6", "pretty-checkbox": "^3.0.3", "pug": "^3.0.2", "rotating-file-stream": "^3.2.1", "slug": "^9.0.0", "socket.io": "^4.7.5", "striptags": "^3.2.0" }, "devDependencies": { "browser-sync": "^3.0.2", "browser-sync-webpack-plugin": "^2.3.0", "css-loader": "^6.10.0", "jshint": "^2.13.6", "less": "^4.2.0", "less-loader": "^12.2.0", "mini-css-extract-plugin": "^2.8.1", "nodemon-webpack-plugin": "^4.8.2", "style-loader": "^3.3.4", "terser-webpack-plugin": "^5.3.10", "uikit": "^3.19.2", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", "webpack-dev-middleware": "^7.1.1", "webpack-stream": "^7.0.0", "workbox-webpack-plugin": "^7.0.0" } }