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.
 
 

16 lines
364 B

{
"name": "xi_manager",
"version": "1.0.0",
"description": "A Manager bot for our discord server",
"author": "Fr1nge <yigit@yigitcolakoglu.com>",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"discord.js": "^12.2.0",
"mongoose": "^5.9.25",
"node-fetch": "^2.6.0",
"trello-node-api": "0.0.9"
}
}