-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 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
{
"name": "singular-react-native-kids-sdk",
"version": "4.1.0",
"description": "Singular React Native SDK",
"main": "index.js",
"codegenConfig": {
"name": "NativeSingular",
"type": "modules",
"jsSrcsDir": "./js",
"android": {
"javaPackageName": "net.singular.react_native_kids_sdk"
},
"ios": {
"outputPath": "ios/build/generated/ios"
}
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.46.4"
},
"files": [
"android/src",
"android/build.gradle",
"ios/SingularBridge.h",
"ios/SingularBridgeOldArch.m",
"ios/SingularBridgeNewArch.mm",
"ios/SingularHelper.h",
"ios/SingularHelper.m",
"ios/SingularReactNative.xcodeproj/project.pbxproj",
"Singular-React-Native-Kids-SDK.podspec",
"Singular.js",
"SingularAdData.js",
"SingularConfig.js",
"SingularPurchase.js",
"Attributes.js",
"Events.js",
"index.js",
"app.plugin.js",
"index.d.ts",
"js/NativeSingular.ts",
"build/generated/ios/",
"build/generated/android/"
],
"types": "./index.d.ts",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/runtime": "^7.7.4",
"eslint": "^6.7.2",
"jest": "^24.9.0",
"react-native": "^0.61.5",
"react": "^16.9.0"
}
}