Files
TidaLuna-Plugins/plugins/copy-lyrics-luna/package.json
2025-09-09 17:59:47 +10:00

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"
}