Base structure
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"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 <hello@astrogd.eu> (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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user