mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "dadminyt",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"colors": "^1.3.3",
|
|
"discord.js": "^11.4.2",
|
|
"mysql": "^2.16.0",
|
|
"request": "^2.88.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|