{ "name": "eu.astrogd.white-leopard", "version": "1.0.0-alpha.1", "description": "A Discord bot that checks channel names for blacklisted words and reverts the changes if necessary", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/r-Overwatch2/eu.astrogd.white-leopard.git" }, "author": "AstroGD Lukas Weber (https://www.astrogd.eu)", "license": "CC-BY-NC-ND-4.0", "bugs": { "url": "https://github.com/r-Overwatch2/eu.astrogd.white-leopard/issues" }, "homepage": "https://github.com/r-Overwatch2/eu.astrogd.white-leopard#readme", "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^18.11.9", "typescript": "^4.9.3" }, "dependencies": { "discord.js": "^14.6.0", "dotenv": "^16.0.3", "fs-extra": "^10.1.0" } }