-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.77 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@approov/quickstart-react-native",
"version": "3.2.8",
"publishConfig": {
"access": "public"
},
"title": "React Native Approov Quickstart",
"description": "Approov Mobile App Protection for ReactNative",
"repository": {
"type": "git",
"url": "git+https://github.com/approov/quickstart-react-native.git",
"baseUrl": "https://github.com/approov/quickstart-react-native"
},
"homepage": "https://github.com/approov/quickstart-react-native",
"bugs": {
"url": "https://github.com/approov/quickstart-react-native/issues"
},
"keywords": [
"react-native",
"android",
"ios",
"api",
"security"
],
"author": {
"name": "CriticalBlue, Ltd.",
"email": "support@approov.io"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"main": "index.js",
"typings": "index",
"bin": {
"react-native-approov": "bin/index.js"
},
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.74.5"
},
"devDependencies": {
"react": "^18.2.0",
"react-native": "^0.74.5",
"typescript": "^5.5.4"
},
"dependencies": {
"cliui": "^8.0.1",
"commander": "^12.1.0",
"compare-versions": "^6.1.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"jsonfile": "^6.1.0",
"log-symbols": "^6.0.0",
"n-readlines": "^1.0.1",
"ora": "^8.0.1",
"prompts": "^2.4.2",
"shelljs": "^0.8.5",
"simple-plist": "^1.3.1",
"tmp-promise": "^3.0.3",
"xml2js": "^0.6.2"
},
"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"
}
}