-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1015 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1015 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-bundle-discovery",
"version": "1.3.1",
"main": "index.js",
"bin": "lib/bin.js",
"repository": "git@github.com:retyui/react-native-bundle-discovery.git",
"author": "David <4661784+retyui@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"format": "prettier --write .",
"start": "NODE_ENV=development npx discovery --config .discoveryrc.js",
"build": "npx discovery-build --config .discoveryrc.js --output build --serve-only-assets --single-file"
},
"dependencies": {
"@discoveryjs/cli": "2.14.7",
"@discoveryjs/discovery": "1.0.0-beta.99",
"chalk": "^4.1.2",
"minimist": "^1.2.8",
"prettier": "^3.8.1"
},
"peerDependencies": {
"metro": "*"
},
"peerDependenciesMeta": {
"metro": {
"optional": true
}
},
"files": [
"vendors",
"lib",
"views",
"pages",
"index.js",
"setup.js",
"prepare.js",
"queryHelpers.js",
".discoveryrc.js"
],
"packageManager": "yarn@4.13.0"
}