forked from cookie-information/react-native-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.8 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@cookieinformation/react-native-sdk",
"version": "0.2.2",
"description": "Cookie Information consent management SDK for React Native",
"private": false,
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"files": [
"build/",
"android/build.gradle",
"android/src/",
"ios/",
"expo-module.config.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"android": "expo run:android",
"ios": "expo run:ios"
},
"keywords": [
"react-native",
"expo",
"react-native-cookie-information-consents-sdk",
"CookieInformationRNSDK"
],
"repository": "https://github.com/cookie-information/react-native-sdk",
"bugs": {
"url": "https://github.com/cookie-information/react-native-sdk/issues"
},
"author": "CookieInformation",
"license": "MIT",
"homepage": "https://github.com/cookie-information/react-native-sdk#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"expo": "~53.0.26",
"expo-module-scripts": "~4.1.10",
"jest": "^29.7.0",
"react": "19.0.0",
"react-native": "0.79.6",
"ts-jest": "^29.4.6",
"typescript": "~5.8.3"
},
"peerDependencies": {
"expo": "~53.0.26",
"react": "19.0.0",
"react-native": "0.79.6"
}
}