Woam-Antispam-Bot/package.json
2021-03-14 11:09:02 +01:00

19 lines
418 B
JSON

{
"name": "woam-antispam-bot",
"version": "1.0.0",
"description": "Woam is a AntiSpam and anti badwords filter bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord-anti-spam": "^2.5.0",
"discord.js": "^12.5.1",
"mysql": "^2.18.1",
"node-mysql": "^0.4.2"
}
}