{ "name": "speaker-bot", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "dependencies": { "@discordjs/builders": "^1.7.0", "@discordjs/rest": "^2.2.0", "discord-api-types": "^0.37.71", "discord.js": "^14.14.1", "dotenv": "^16.4.5", "fast-deep-equal": "^3.1.3", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "lodash.snakecase": "^4.1.1", "magic-bytes.js": "^1.8.0", "ts-mixer": "^6.0.4", "tslib": "^2.6.2", "undici": "^5.27.2", "undici-types": "^5.26.5", "ws": "^8.14.2" }, "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC" }