mbot/package.json

31 lines
674 B
JSON
Raw Normal View History

2024-05-10 07:19:26 +00:00
{
"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",
"promises": "^0.2.5",
"timers": "^0.1.1"
2024-05-10 07:19:26 +00:00
}
}