package.json 836 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "viki",
  3. "version": "1.0.0",
  4. "description": "discord bot",
  5. "main": "viki.js",
  6. "dependencies": {
  7. "bufferutil": "^3.0.3",
  8. "discord.js": "^11.3.2",
  9. "discord.js-arbitrary-ffmpeg": "^1.0.0",
  10. "erlpack": "github:discordapp/erlpack",
  11. "ffmpeg": "0.0.4",
  12. "libsodium-wrappers": "^0.7.3",
  13. "node-opus": "^0.2.7",
  14. "opusscript": "0.0.6",
  15. "prism-media": "^0.2.1",
  16. "sodium": "^2.0.3",
  17. "uws": "^9.14.0"
  18. },
  19. "devDependencies": {},
  20. "scripts": {
  21. "test": "echo \"Error: no test specified\" && exit 1"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "git+https://github.com/tarfeef101/viki.git"
  26. },
  27. "author": "tarfeef101",
  28. "license": "GPL-3.0",
  29. "bugs": {
  30. "url": "https://github.com/tarfeef101/viki/issues"
  31. },
  32. "homepage": "https://github.com/tarfeef101/viki#readme"
  33. }