/ plugins / copy-lyrics-luna / package.json
package.json
 1  {
 2  	"name": "@meowarex/copy-lyrics",
 3  	"description": "A working TidalLuna plugin that allows the user to copy the lyrics of a song by selecting it.",
 4  	"author": {
 5  		"name": "meowarex",
 6  		"url": "https://github.com/meowarex",
 7  		"avatarUrl": "https://avatars.githubusercontent.com/u/90243579"
 8  	},
 9  	"main": "./src/index.ts",
10  	"type": "module"
11  }