mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-09 18:03:45 +02:00
26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"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"
|
|
}
|