vertbot/package.json

53 lines
1.3 KiB
JSON

{
"name": "vertbot",
"version": "2.5.3",
"description": "Vertbot - A lightweight multi purpose, lag free music bot",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:Kaydax/Vertbot.git"
},
"keywords": [
"Discord",
"Bot",
"Music"
],
"author": "Kaydax",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kaydax/Vertbot/issues"
},
"homepage": "https://github.com/Kaydax/Vertbot#readme",
"dependencies": {
"assert": "^2.0.0",
"dblapi.js": "^2.3.0",
"deepl-scraper": "^1.0.8",
"deepl-translator": "^1.2.1",
"eris": "^0.15.1",
"extend": "^3.0.2",
"figlet": "^1.2.4",
"format-duration": "^1.3.1",
"free-translate": "^0.1.1",
"install": "^0.13.0",
"jsonpath": "^1.1.1",
"kaori": "^2.0.0",
"mongodb": "^3.3.3",
"mongoose": "^5.12.13",
"node-fetch": "2.0",
"number-format.js": "^2.0.9",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"shuffle-array": "^1.0.1",
"snekfetch": "^4.0.4",
"split2": "^3.1.1",
"spotify-web-api-node": "git+https://github.com/thelinmichael/spotify-web-api-node.git",
"unscramble": "^0.0.1-v",
"vertbot-eris-lavalink": "^1.0.1",
"word-unscrambler": "^1.1.1",
"ws": "^7.4.6"
}
}