erelasfy
Version:
A plugin for erela.js to play music from spotify
34 lines (33 loc) • 603 B
JSON
{
"name": "erelasfy",
"version": "1.1.7",
"description": "A plugin for erela.js to play music from spotify",
"main": "dist/index.js",
"typings": "types/index.d.ts",
"scripts": {
"compile": "tsc"
},
"keywords": [
"spotify",
"lavalink",
"erela.js",
"discord",
"music",
"bot",
"api"
],
"author": "drgato785",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.7.23",
"typescript": "^4.8.4"
},
"dependencies": {
"@drgatoxd/erelajs": "^1.4.1",
"axios": "^0.27.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drgatoxd/erelasfy.git"
}
}