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.
21 lines
448 B
21 lines
448 B
{
|
|
"name": "meesebot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prod": "pm2 start index.js",
|
|
"test": "node index.js",
|
|
"dev": "index.js"
|
|
},
|
|
"author": "Abheek",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"csvtojson": "^2.0.10",
|
|
"discord.js": "github:discordjs/discord.js",
|
|
"dotenv": "^10.0.0",
|
|
"mongodb": "^3.6.5",
|
|
"node-fetch": "^2.6.1",
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|
|
|