-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 KB
/
package.json
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
{
"name": "hypertrack-sdk-expo",
"version": "4.4.0",
"license": "MIT",
"description": "Config plugin to auto configure hypertrack-sdk-react-native on prebuild",
"homepage": "https://github.com/hypertrack/sdk-expo",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"files": [
"build",
"app.plugin.js",
"expo-module.config.json",
"ios"
],
"keywords": [
"react-native",
"expo",
"hypertrack-sdk-react-native",
"HyperTrack",
"HyperTrackSDK"
],
"repository": "https://github.com/hypertrack/sdk-expo",
"author": "HyperTrack <help@hypertrack.com> (https://hypertrack.com)",
"devDependencies": {
"@types/node": "^22.5.4",
"expo": "^51.0.32",
"expo-module-scripts": "^3.5.2"
},
"dependencies": {
"@expo/config-plugins": "^8.0.8",
"expo-modules-core": "^1.12.24"
},
"peerDependencies": {
"expo": "*"
},
"upstreamPackage": "hypertrack-sdk-react-native"
}