mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 18:56:10 +10:00
safe image stuff, warning for no api key
This commit is contained in:
@@ -7,14 +7,19 @@
|
||||
"@google-cloud/vision": "^0.25.0",
|
||||
"colors": "^1.3.3",
|
||||
"discord.js": "^11.4.2",
|
||||
"inquirer": "^6.2.2",
|
||||
"mysql": "^2.16.0",
|
||||
"ping": "^0.2.2",
|
||||
"promise-mysql": "^3.3.1",
|
||||
"readline": "^1.3.0",
|
||||
"request": "^2.88.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index.js"
|
||||
"start": "node index.js",
|
||||
"setup": "node setup.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user