buddy

node MVC discord bot
Log | Files | Refs | README

package.json (422B)


      1 {
      2   "name": "buddy",
      3   "version": "1.0.0",
      4   "description": "node.js discord bot ",
      5   "main": "buddy1.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "keywords": [
     10     "node.js",
     11     "bot",
     12     "discord",
     13     "api"
     14   ],
     15   "author": "underd0g",
     16   "license": "MIT",
     17   "dependencies": {
     18     "discord.js": "^12.2.0",
     19     "node-fetch": "^2.6.1",
     20     "youtube-api-v3-search": "^1.2.1"
     21   }
     22 }