forked from gr4vy/gr4vy-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.31 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@gr4vy/embed-react-native",
"version": "1.1.0",
"description": "Embed Gr4vy in your React Native app to store card details, authorize payments, and capture a transaction.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "auto shipit",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods && npm i -C example/nodejs-assets/nodejs-project",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/gr4vy/gr4vy-react-native",
"author": "Gr4vy <code@gr4vy.com> (https://github.com/gr4vy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gr4vy/gr4vy-react-native/issues"
},
"homepage": "https://github.com/gr4vy/gr4vy-react-native#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@types/react": "^18.2.6",
"@types/react-native": "^0.72.2",
"auto": "^11.1.6",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-builder-bob": "^0.20.0",
"react-native-dotenv": "^3.4.8",
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "18.2.8",
"braces": "^3.0.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^yarn@1.22.15"
}