vc-manager/package.json
2024-06-18 13:46:51 -06:00

17 lines
322 B
JSON

{
"name": "vc-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5"
}
}