{ "name": "chat-app", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "discord.js": "^13.8.1", "font-selector": "^1.1.8", "node-fetch": "^3.2.8", "nodemon": "^2.0.15", "serve-handler": "^6.1.3", "ws": "^8.5.0" } }