12345678910111213141516171819202122 |
- {
- "name": "rickybot",
- "version": "1.0.0",
- "description": "https://neozones.neocities.org/",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node index.js"
- },
- "author": "TEH LEROY",
- "license": "ISC",
- "dependencies": {
- "discord.js": "^11.5.1",
- "express": "^4.17.1",
- "ffmpeg": "0.0.4",
- "ffmpeg-static": "^3.0.0",
- "opusscript": "0.0.7",
- "ytdl-core": "^1.0.7",
- "node-opus": "^0.3.2"
- }
- }
|