-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.2 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.2 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
{
"name": "react-native-metamap-sdk",
"version": "5.4.29",
"title": "React Native MetaMap ID SDK",
"description": "Official MetaMap (Mati) React Native SDK",
"main": "index.js",
"types": "build/index.d.ts",
"files": [
"index.js",
"build/",
"plugin/build/",
"plugin/src/",
"android/src/",
"android/build.gradle",
"android/gradle/",
"android/gradlew",
"android/gradlew.bat",
"ios/",
"react-native-metaMap-sdk.podspec",
"README.md",
"docs/"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"prepare": "expo-module prepare",
"test": "expo-module test"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.68 <=0.75"
},
"devDependencies": {
"@types/react": "^18.2.6",
"expo-module-scripts": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/GetMetaMap/mati-reactnative-plugin"
},
"keywords": [
"react-native",
"metamap",
"mati",
"kyc",
"identity-verification"
],
"author": {
"name": "Avo Sukiasyan",
"email": "avetik.sukiasyan@metamap.com"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}