package.json 740 B

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