mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-08-27 06:47:44 +10:00
15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"name": "@meowarex/radiant-lyrics",
|
|
"description": "A radiant and beautiful lyrics view for TIDAL, heavily based in beautiful-lyrics from @surfbryce!",
|
|
"author": {
|
|
"name": "meowarex",
|
|
"url": "https://github.com/meowarex",
|
|
"avatarUrl": "https://avatars.githubusercontent.com/u/90243579"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kawarp/core": "*"
|
|
}
|
|
}
|