Files
UnknownAI/package.json
2022-05-09 19:09:18 +02:00

35 lines
772 B
JSON

{
"name": "unknownai",
"version": "1.0.0",
"description": "a bot from me (a noob) in NodeJS",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"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"
}
}