sl-banbot/package.json
2024-07-22 16:40:48 -06:00

19 lines
373 B
JSON

{
"name": "sl-banbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2"
}
}