UNPKG

spotitube

Version:

A Converter That Will Convert Your Spotify To YT with LavaLink.

45 lines (44 loc) 1.19 kB
{ "name": "spotitube", "version": "1.0.5", "description": "A Converter That Will Convert Your Spotify To YT with LavaLink.", "main": "src/index.js", "scripts": { "docs:build": "yarn run changelog && docma build", "docs:dev": "yarn run docs:build && docma serve", "changelog": "auto-changelog --output CHANGELOG.md --template keepachangelog --commit-limit false --unreleased --package" }, "repository": { "type": "git", "url": "git+https://github.com/BotGrace/SpotiTube.git" }, "keywords": [ "spotify", "youtube", "sty", "lavalink", "discord", "music", "grace" ], "author": "Gaeta", "license": "MIT", "bugs": { "url": "https://github.com/BotGrace/SpotiTube/issues" }, "homepage": "https://github.com/BotGrace/SpotiTube#readme", "dependencies": { "@tbnritzdoge/events": "^1.0.1", "node-fetch": "^2.6.1", "redis": "^3.1.2", "spotify-uri": "^2.2.0", "spotify-url-info": "^2.2.3", "spotify-web-api-node": "^5.0.2", "uuid": "^8.3.2" }, "devDependencies": { "auto-changelog": "^2.3.0", "docma": "^3.2.2", "jsdoc": "^3.6.7" } }