-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "@approov/approov-service-react-native",
"version": "3.2.7",
"publishConfig": {
"access": "public"
},
"title": "Approov React Native Service Layer",
"description": "Approov Mobile App Protection for ReactNative",
"repository": {
"type": "git",
"url": "git+https://github.com/approov/approov-service-react-native.git",
"baseUrl": "https://github.com/approov/approov-service-react-native"
},
"homepage": "https://github.com/approov/approov-service-react-native",
"bugs": {
"url": "https://github.com/approov/quickstart-react-native/issues"
},
"keywords": [
"react-native",
"android",
"ios",
"api",
"security"
],
"author": {
"name": "CriticalBlue, Ltd.",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"main": "index.js",
"typings": "index",
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.75.0"
},
"devDependencies": {
"react": ">=18.3.0",
"react-native": ">=0.75.0",
"typescript": ">=5.5.4"
},
"scripts": {
"start": "echo \"*** This package is not runnable. *** To get started, run: npx @approov/react-native-approov:\n\" && npx @approov/react-native-approov; exit 0",
"preview-readme": "generate-md --layout github --input README.md --output readme.html"
}
}