music-mobile/package.json
Jarian Cottingham 404fe78748 Initial commit: mobile app
React Native app for the self-hosted music streaming project,
carved out from the music-app monorepo. Uses @music-app/shared
for shared types and utilities.
2026-08-21 18:44:05 +00:00

15 lines
322 B
JSON

{
"name": "music-mobile",
"private": true,
"workspaces": [
"shared",
"mobile"
],
"scripts": {
"dev": "npm run dev:mobile",
"dev:mobile": "npm run start --workspace=mobile",
"lint": "npm run lint --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present"
}
}