Add ngate
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 1m17s

This commit is contained in:
Jack Hadrill
2025-02-02 23:06:52 +00:00
parent 5c29e93549
commit 0b2118354f
4 changed files with 1288 additions and 1016 deletions

View File

@@ -17,23 +17,23 @@
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"discord.js": "^14.16.1",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"mongodb": "^6.8.1",
"openai": "^4.62.0",
"replicate": "^0.32.1"
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"glob": "^11.0.1",
"mongodb": "^6.13.0",
"openai": "^4.82.0",
"replicate": "^1.0.1"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^20.4.0",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.1",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}