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

5 years ago
  1. {
  2. "name": "xi_manager",
  3. "version": "1.0.0",
  4. "description": "A Manager bot for our discord server",
  5. "author": "Fr1nge <yigit@yigitcolakoglu.com>",
  6. "main": "main.js",
  7. "scripts": {
  8. "start": "node main.js"
  9. },
  10. "dependencies": {
  11. "discord.js": "^12.2.0",
  12. "mongoose": "^5.9.25",
  13. "node-fetch": "^2.6.0",
  14. "trello-node-api": "0.0.9"
  15. }
  16. }