mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 22:19:39 +02:00
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>
9 lines
189 B
JSON
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"
|
|
}
|
|
}
|