This repository has been archived on 2024-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
discord.js-rr-bot/Src/Functions/mongodb-reaction-role/package.json
2022-06-18 23:28:38 -04:00

35 lines
800 B
JSON

{
"name": "mongodb-reaction-role",
"version": "1.1.0",
"description": "A lightweight and easy to use db managing package to give roles with reactions",
"main": "index.js",
"dependencies": {
"mongoose": "^5.7.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/meister03/mongodb-reaction-role.git"
},
"keywords": [
"discord",
"discord.js",
"intelligent saving",
"bot",
"bots",
"reaction roles",
"reaction",
"mongo",
"mongoose",
"mongodb",
"manage-roles",
"framework"
],
"author": "meister03",
"license": "MIT",
"bugs": {
"url": "https://github.com/meister03/mongodb-reaction-role/issues"
},
"homepage": "https://github.com/meister03/mongodb-reaction-role#readme"
}