23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"name": "bansync",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.970.0",
|
|
"colors": "^1.4.0",
|
|
"discord.js": "^14.25.1",
|
|
"dotenv": "^17.2.3",
|
|
"mariadb": "^3.4.5",
|
|
"node-cron": "^4.2.1",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|