-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 899 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 899 Bytes
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
{
"name": "react-native-auto-play",
"author": "g4rb4g3 <g4rb4g3@gmail.com>",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"start": "yarn workspace example start",
"ios": "yarn workspace example ios",
"android": "yarn workspace example android",
"android:adb": "./adb_port_setup.sh",
"postinstall": "node scripts/conditional-patch.js",
"lint:auto-play": "yarn workspace @iternio/react-native-auto-play lint",
"typecheck:auto-play": "yarn workspace @iternio/react-native-auto-play typecheck",
"build:auto-play": "yarn workspace @iternio/react-native-auto-play prepare",
"lint:example": "yarn workspace example lint",
"typecheck:example": "yarn workspace example typecheck"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14"
},
"dependencies": {
"patch-package": "^8.0.1"
}
}