-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-native-apple-runtime",
"version": "0.1.1",
"description": "Authoritative Apple runtime detection for React Native and Expo. Tell an iOS app running on macOS (Designed for iPad) apart from a real iPad, and read the UIUserInterfaceIdiom — things Platform and expo-device can't. iOS only. Built with the Expo Modules API.",
"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"
},
"keywords": [
"react-native",
"expo",
"ios",
"macos",
"ipad",
"ipados",
"designed-for-ipad",
"mac-catalyst",
"isiosapponmac",
"interface-idiom",
"uiuserinterfaceidiom",
"device-detection",
"platform"
],
"repository": {
"type": "git",
"url": "https://github.com/BogdanGeorgian91/react-native-apple-runtime.git"
},
"bugs": {
"url": "https://github.com/BogdanGeorgian91/react-native-apple-runtime/issues"
},
"author": "Bogdan Georgian Alexa <bogdan.georgian370@gmail.com> (https://github.com/BogdanGeorgian91)",
"license": "MIT",
"homepage": "https://github.com/BogdanGeorgian91/react-native-apple-runtime#readme",
"files": [
"build/",
"ios/",
"src/",
"expo-module.config.json"
],
"dependencies": {},
"devDependencies": {
"@types/react": "~19.1.1",
"expo": "^55.0.3",
"expo-module-scripts": "^55.0.2",
"react-native": "0.82.1"
},
"peerDependencies": {
"expo": ">=51.0.0",
"react-native": ">=0.74.0"
}
}