managarten/apps/mukke/package.json
Till JS 6c91805b2f feat(mukke): add offline-first iOS music player app
Mukke is a local, offline-first music player for iOS. Songs are imported
from iCloud/local files via document picker, stored on device, and played
with expo-audio including background playback and lock screen controls.

Stack: Expo SDK 55, expo-audio, expo-sqlite, expo-document-picker,
@missingcore/audio-metadata, Zustand, NativeWind, Expo Router with NativeTabs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 13:23:58 +01:00

9 lines
189 B
JSON

{
"name": "mukke",
"version": "1.0.0",
"private": true,
"description": "Mukke - Offline-first iOS Music Player",
"scripts": {
"dev": "pnpm run --filter=@mukke/* --parallel dev"
}
}