unused packages

This commit is contained in:
Axel Olausson Holtenäs 2022-04-16 12:31:59 +02:00
parent ac17452e94
commit 72ffbb3654
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA
2 changed files with 0 additions and 44 deletions

View file

@ -1,34 +0,0 @@
{
"bot": {
"token": "required",
"clientId": "required",
"guildId": "required"
},
"colors": {
"success": "0x22bb33",
"error": "0xbb2124",
"wait": "0xf0ad4e"
},
"mongodb": {
"url": "mongodb+srv://username:password@server/database?retryWrites=true&w=majority"
},
"footer": {
"icon": "https://avatars.githubusercontent.com/u/83163073",
"text": "https://github.com/ZynerOrg/xyter"
},
"disable": {
"redeem": false
},
"hoster": {
"name": "someone",
"url": "scheme://domain.tld"
},
"debug": false,
"reputation": {
"timeout": 86400000
},
"secretKey": "SET A LONG RANDOM PASSWORD HERE, ITS FOR USE OF ENCRYPTION WITH LENGTH OF 32",
"importToDB": false,
"clearUnused": false,
"devMode": false
}

View file

@ -29,25 +29,15 @@
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"@nastyox/rando.js": "^2.0.5",
"axios": "^0.26.0",
"better-sqlite3": "^7.5.0",
"chance": "^1.1.8",
"common": "^0.2.5",
"crypto": "^1.0.1",
"dbd-dark-dashboard": "^1.6.45",
"discord-api-types": "^0.31.0",
"discord-dashboard": "^2.3.14",
"discord-easy-dashboard": "^1.2.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"i18next": "^21.6.13",
"module-alias": "^2.2.2",
"mongoose": "^6.2.3",
"node-schedule": "^2.1.0",
"pino": "^7.0.0-rc.9",
"pino-pretty": "^7.6.1",
"quick.db": "^7.1.3",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3",