18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "membercount",
|
|
"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.16.2",
|
|
"dotenv": "^16.4.5",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|