-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.19 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@multitv/workspace",
"version": "0.1.0",
"description": "Multi-TV Hello World - Monorepo for building TV apps across Vega, Expo TV, and mobile platforms",
"scripts": {
"clean": "yarn workspaces foreach --all run clean ; rm -rf node_modules",
"vega:build": "yarn workspace @multitv/vega run build:debug",
"vega:vvd:mseries": "yarn workspace @multitv/vega run vvd:mseries",
"vega:vvd:intel": "yarn workspace @multitv/vega run vvd:intel",
"vega:firetv": "yarn workspace @multitv/vega run firetv",
"expotv": "yarn workspace @multitv/expotv",
"expotv:prebuild": "yarn workspace @multitv/expotv run prebuild",
"expotv:android": "yarn workspace @multitv/expotv run android",
"expotv:ios": "yarn workspace @multitv/expotv run ios",
"expotv:web": "yarn workspace @multitv/expotv run web"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/react",
"**/react-dom",
"**/react-native",
"**/react-native/**"
]
},
"private": true,
"packageManager": "yarn@4.5.0+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39"
}