You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
349 B

{
"name": "meesebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node index.js",
"dev": "nodemon index.js"
},
"author": "Abheek",
"license": "Apache-2.0",
"dependencies": {
"csvtojson": "^2.0.10",
"discord.js": "^12.5.1",
"mongodb": "^3.6.5",
"nodemon": "^2.0.7"
}
}