{ "name": "min-robot", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "start": "pnpm build && node .", "watch": "pnpm build watch", "build": "node build.mjs", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "GPL-3.0-only", "dependencies": { "@discordjs/voice": "^0.17.0", "@distube/ytdl-core": "4.15.6", "dotenv": "^16.4.7", "libsodium-wrappers": "^0.7.15", "oceanic.js": "^1.11.2" }, "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a", "devDependencies": { "@eslint/js": "^9.18.0", "@types/node": "^22.10.5", "esbuild": "0.24.2" } }