mbot/package.json
2024-05-10 00:19:26 -07:00

29 lines
624 B
JSON

{
"name": "mbot",
"version": "1.0.0",
"description": "A discord bot that focuses on cool things!",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keyemail/mbot.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Keyemail",
"license": "ISC",
"bugs": {
"url": "https://github.com/Keyemail/mbot/issues"
},
"homepage": "https://github.com/Keyemail/mbot#readme",
"dependencies": {
"discord.js": "^14.15.2",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}