-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.36 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
47
48
49
50
51
52
53
54
{
"name": "react-native-powerauth-mobile-sdk",
"title": "PowerAuth SDK for React Native Mobile Apps",
"version": "2.5.4",
"description": "Wultra PowerAuth Mobile SDK React Native component for iOS and Android",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"source": "src/index",
"files": [
"README.md",
"android/src/main/AndroidManifest.xml",
"android/src/main/java/com/wultra/android/powerauth/reactnative/*.java",
"android/build.gradle",
"lib/*.*",
"lib/internal/*.js",
"lib/model/*.*",
"lib/debug/*.*",
"ios/PowerAuth.xcodeproj/project.pbxproj",
"ios/PowerAuth/*.m",
"ios/PowerAuth/*.c",
"ios/PowerAuth/*.h",
"react-native-powerauth-mobile-sdk.podspec"
],
"scripts": {
"prepare": "tsc"
},
"homepage": "https://www.wultra.com/mobile-security-suite",
"repository": {
"type": "git",
"url": "https://github.com/wultra/react-native-powerauth-mobile-sdk.git"
},
"keywords": [
"react-native",
"powerauth",
"security"
],
"author": {
"name": "Wultra s.r.o.",
"email": "[email protected]"
},
"license": "Apache 2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"node-fetch": ">=2.6.1"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"lodash": "^4.17.21",
"react-native": "^0.73.4"
}
}