generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) ยท 1.29 KB
/
package.json
File metadata and controls
38 lines (38 loc) ยท 1.29 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
31
32
33
34
35
36
37
38
{
"name": "react-native-multi-tv-app-sample",
"version": "1.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "yarn@4.5.0",
"resolutions": {
"js-yaml": "^3.14.2",
"min-document": "^2.19.1",
"logkitty": "^0.7.1",
"node-fetch": "^2.6.7",
"ws": "^8.17.1"
},
"scripts": {
"dev": "yarn workspace @multi-tv/expo-multi-tv start",
"dev:android": "yarn workspace @multi-tv/expo-multi-tv android",
"dev:ios": "yarn workspace @multi-tv/expo-multi-tv ios",
"dev:web": "yarn workspace @multi-tv/expo-multi-tv web",
"dev:vega": "yarn workspace @multi-tv/vega start",
"build:all": "yarn workspaces foreach -pt run build",
"build:vega": "yarn workspace @multi-tv/vega run build",
"build:vega:debug": "yarn workspace @multi-tv/vega run build:debug",
"test:all": "yarn workspaces foreach -pt run test",
"lint:all": "yarn workspaces foreach -pt run lint",
"typecheck": "yarn workspaces foreach -pt run typecheck",
"clean:all": "yarn workspaces foreach run clean && rm -rf node_modules",
"bootstrap": "yarn install && yarn build:all",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"prepare": "husky"
},
"devDependencies": {
"husky": "^9.1.6",
"prettier": "^3.3.3"
}
}