This commit is contained in:
2022-05-09 17:46:20 +02:00
parent dfccaa23b5
commit 603e7a519a
3 changed files with 46 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "unknownai",
"version": "1.0.0",
"description": "a bot from me (a noob) in NodeJS",
"main": "main.js",
"scripts": {
"test": "debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrUnknownDE/UnknownAI.git"
},
"keywords": [
"discord",
"bot",
"german",
"discordbot"
],
"author": "MrUnknownDE",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrUnknownDE/UnknownAI/issues"
},
"homepage": "https://github.com/MrUnknownDE/UnknownAI#readme"
}