react-native-zyprotectabio-module 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +31 -35
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "react-native-zyprotectabio-module",
3
- "version": "0.1.7",
4
- "description": "react-native-zyprotectabio-module",
3
+ "version": "0.1.8",
4
+ "description": "React Native native module for ZyProtecta biometric integration",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
7
7
  "types": "lib/typescript/src/index.d.ts",
8
8
  "react-native": "src/index",
9
9
  "source": "src/index",
10
+
10
11
  "files": [
11
12
  "src",
12
13
  "lib",
@@ -14,42 +15,52 @@
14
15
  "ios",
15
16
  "cpp",
16
17
  "react-native-zyprotectabio-module.podspec",
17
- "!lib/typescript/example",
18
- "!android/build",
19
- "!ios/build",
20
18
  "!**/__tests__",
21
19
  "!**/__fixtures__",
22
- "!**/__mocks__"
20
+ "!**/__mocks__",
21
+ "!android/build",
22
+ "!ios/build"
23
23
  ],
24
+
24
25
  "scripts": {
25
26
  "build": "bob build",
26
- "prepare": "npx react-native-builder-bob build",
27
+ "prepare": "bob build",
27
28
  "test": "jest",
28
- "typescript": "tsc --noEmit",
29
29
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
30
- "release": "release-it",
31
- "example": "yarn --cwd example",
32
- "pods": "cd example && pod-install --quiet",
33
- "bootstrap": "yarn example && yarn && yarn pods"
30
+ "typescript": "tsc --noEmit"
34
31
  },
32
+
35
33
  "keywords": [
36
34
  "react-native",
35
+ "react-native-library",
36
+ "android",
37
37
  "ios",
38
- "android"
38
+ "biometrics"
39
39
  ],
40
+
40
41
  "repository": {
41
42
  "type": "git",
42
43
  "url": "https://github.com/jorgeSaenzUgaz/react-native-zyprotectabio-module"
43
44
  },
45
+
44
46
  "author": "jorgeSaenzUgaz <jorgeSaenz695@gmail.com> (https://github.com/jorgeSaenzUgaz)",
45
47
  "license": "MIT",
48
+
46
49
  "bugs": {
47
50
  "url": "https://github.com/jorgeSaenzUgaz/react-native-zyprotectabio-module/issues"
48
51
  },
52
+
49
53
  "homepage": "https://github.com/jorgeSaenzUgaz/react-native-zyprotectabio-module#readme",
54
+
50
55
  "publishConfig": {
51
56
  "registry": "https://registry.npmjs.org/"
52
57
  },
58
+
59
+ "peerDependencies": {
60
+ "react": "*",
61
+ "react-native": "*"
62
+ },
63
+
53
64
  "devDependencies": {
54
65
  "@react-native-community/eslint-config": "^2.0.0",
55
66
  "@types/jest": "^26.0.0",
@@ -59,18 +70,13 @@
59
70
  "eslint-config-prettier": "^7.0.0",
60
71
  "eslint-plugin-prettier": "^3.1.3",
61
72
  "jest": "^26.0.1",
62
- "pod-install": "^0.1.0",
63
73
  "prettier": "^2.0.5",
64
74
  "react": "16.13.1",
65
75
  "react-native": "0.63.4",
66
76
  "react-native-builder-bob": "^0.17.1",
67
- "release-it": "^14.2.2",
68
77
  "typescript": "^4.1.3"
69
78
  },
70
- "peerDependencies": {
71
- "react": "*",
72
- "react-native": "*"
73
- },
79
+
74
80
  "jest": {
75
81
  "preset": "react-native",
76
82
  "modulePathIgnorePatterns": [
@@ -78,36 +84,26 @@
78
84
  "<rootDir>/lib/"
79
85
  ]
80
86
  },
87
+
81
88
  "eslintConfig": {
82
89
  "root": true,
83
90
  "extends": [
84
91
  "@react-native-community",
85
92
  "prettier"
86
- ],
87
- "rules": {
88
- "prettier/prettier": [
89
- "error",
90
- {
91
- "quoteProps": "consistent",
92
- "singleQuote": true,
93
- "tabWidth": 2,
94
- "trailingComma": "es5",
95
- "useTabs": false
96
- }
97
- ]
98
- }
93
+ ]
99
94
  },
95
+
100
96
  "eslintIgnore": [
101
97
  "node_modules/",
102
98
  "lib/"
103
99
  ],
100
+
104
101
  "prettier": {
105
- "quoteProps": "consistent",
106
102
  "singleQuote": true,
107
103
  "tabWidth": 2,
108
- "trailingComma": "es5",
109
- "useTabs": false
104
+ "trailingComma": "es5"
110
105
  },
106
+
111
107
  "react-native-builder-bob": {
112
108
  "source": "src",
113
109
  "output": "lib",