Denim-Bot/package.json
Histmy c6aa30a80c BIG COMMIT
switched to discord.js version 13
rewrite of js to ts
finally removed remporary logging
emotes are now in enum
fixed vypadni to working
2021-08-18 20:08:06 +02:00

32 lines
735 B
JSON

{
"name": "denim_3001",
"version": "3001.21.0",
"description": "Toto je velmi kvalitní bot.",
"repository": {
"url": "https://github.com/Histmy/Denim-Bot/"
},
"main": "out/app.js",
"scripts": {
"start": "node .",
"test": "tsc && node ."
},
"author": "Histmy + det-fys",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.6.0",
"discord.js": "^13.0.1",
"dotenv": "^8.2.0",
"fluent-ffmpeg": "^2.1.2",
"node-fetch": "^2.6.1",
"prism-media": "^1.3.2",
"tweetnacl": "^1.0.3",
"yt-search": "^2.7.5",
"ytdl": "^1.4.1",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12"
}
}