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.
15 lines
322 B
JSON
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"
|
|
}
|
|
}
|