Advertisement
Guest User

package.json

a guest
Jan 23rd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.62 KB | None | 0 0
  1. {
  2.   "name": "name",
  3.   "version": "1.0.0",
  4.   "description": "",
  5.   "main": "node index.js",
  6.   "scripts": {
  7.     "test": "echo \"Error: no test specified\" && exit 1",
  8.     "start": "node index.js"
  9.   },
  10.   "engines": {
  11.     "node": "8.4.0"
  12.   },
  13.  
  14.   "author": "toi",
  15.   "license": "ISC",
  16.   "dependencies": {
  17.     "discord.js": "^11.4.2",
  18.     "express": "^4.16.4",
  19.     "discord.js-musicbot-addon": "^13.4.1",
  20.     "eslint": "^5.12.1",
  21.     "ffmpeg-binaries": "^4.0.0",
  22.     "node-opus": "^0.3.1",
  23.     "ytdl-core": "^0.29.1",
  24.     "enmap": "^4.6.6",
  25.     "moment": "^2.24.0",
  26.     "moment-duration-format": "^2.2.2"
  27.   }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement