package.json
1 { 2 "name": "@meowarex/oled-theme", 3 "description": "A dark OLED-friendly theme plugin that transforms Tidal Luna's appearance.", 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 }