mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
12 lines
341 B
JSON
12 lines
341 B
JSON
{
|
|
"name": "@meowarex/copy-lyrics",
|
|
"description": "A working TidalLuna plugin that allows the user to copy the lyrics of a song by selecting it.",
|
|
"author": {
|
|
"name": "meowarex",
|
|
"url": "https://github.com/meowarex",
|
|
"avatarUrl": "https://avatars.githubusercontent.com/u/90243579"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"type": "module"
|
|
}
|