123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "viki",
- "version": "1.0.0",
- "description": "discord bot",
- "main": "viki.js",
- "dependencies": {
- "bufferutil": "^3.0.3",
- "discord.js": "^11.3.2",
- "discord.js-arbitrary-ffmpeg": "^1.0.0",
- "erlpack": "github:discordapp/erlpack",
- "ffmpeg": "0.0.4",
- "libsodium-wrappers": "^0.7.3",
- "node-opus": "^0.2.7",
- "opusscript": "0.0.6",
- "prism-media": "^0.2.1",
- "sodium": "^2.0.3",
- "uws": "^9.14.0"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tarfeef101/viki.git"
- },
- "author": "tarfeef101",
- "license": "GPL-3.0",
- "bugs": {
- "url": "https://github.com/tarfeef101/viki/issues"
- },
- "homepage": "https://github.com/tarfeef101/viki#readme"
- }
|