-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
39
40
41
42
43
44
45
46
47
{
"name": "expo-static-server",
"version": "0.2.5",
"description": "A static server for expo",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-static-server",
"ExpoStaticServer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kccd/expo-static-server.git"
},
"bugs": {
"url": "https://github.com/kccd/expo-static-server/issues"
},
"author": "pxgo <pengxiguaa@gmail.com> (https://github.com/pxgo)",
"license": "MIT",
"homepage": "https://github.com/kccd/expo-static-server#readme",
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.17"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"directories": {
"example": "example"
}
}