This commit is contained in:
2022-05-09 19:09:18 +02:00
parent 371f31965a
commit c529e60cf3
14 changed files with 4021 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"description": "a bot from me (a noob) in NodeJS",
"main": "main.js",
"scripts": {
"test": "debug"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
@@ -21,5 +21,14 @@
"bugs": {
"url": "https://github.com/MrUnknownDE/UnknownAI/issues"
},
"homepage": "https://github.com/MrUnknownDE/UnknownAI#readme"
"homepage": "https://github.com/MrUnknownDE/UnknownAI#readme",
"dependencies": {
"chalk": "^5.0.1",
"discord.js": "^13.6.0",
"fs": "^0.0.1-security",
"moment": "^2.29.3",
"npx": "^3.0.0",
"path": "^0.12.7",
"quick.db": "^7.1.3"
}
}