-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "react-native-expo-metamap-sdk",
"title": "React Native MetaMap Id Sdk",
"version": "2.4.11",
"description": "Mati React Native Plugin",
"main": "index.js",
"scripts": {
"test": "expo-module test",
"build": "expo-module build",
"clean": "expo-module clean",
"prepare-module": "npx expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/GetMetaMap/mati-reactnative-plugin/tree/Expo",
"baseUrl": "https://github.com/GetMetaMap/mati-reactnative-plugin/tree/Expo"
},
"keywords": [
"react-native"
],
"author": {
"name": "Avo Sukiasyan",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"expo": "^45.0.8",
"react": "18.2.0",
"react-native": "0.74.2",
"react-scripts": "^3.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"expo-module-scripts": "^3.5.2"
}
}