mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"name": "dadminyt",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@google-cloud/text-to-speech": "^0.5.1",
|
|
"@google-cloud/vision": "^0.25.0",
|
|
"colors": "^1.3.3",
|
|
"discord.js": "^11.4.2",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"inquirer": "^6.2.2",
|
|
"mysql": "^2.16.0",
|
|
"opusscript": "0.0.6",
|
|
"ping": "^0.2.2",
|
|
"promise-mysql": "^3.3.1",
|
|
"readline": "^1.3.0",
|
|
"request": "^2.88.0",
|
|
"ws": "^6.2.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"setup": "node setup.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|