package.json 488 B

12345678910111213141516171819202122
  1. {
  2. "name": "rickybot",
  3. "version": "1.0.0",
  4. "description": "https://neozones.neocities.org/",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node index.js"
  9. },
  10. "author": "TEH LEROY",
  11. "license": "ISC",
  12. "dependencies": {
  13. "discord.js": "^11.5.1",
  14. "express": "^4.17.1",
  15. "ffmpeg": "0.0.4",
  16. "ffmpeg-static": "^3.0.0",
  17. "opusscript": "0.0.7",
  18. "ytdl-core": "^1.0.7",
  19. "node-opus": "^0.3.2"
  20. }
  21. }