-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "react-native-barcode-mask",
"version": "1.2.4",
"description": "A barcode and QR code scan layout for react-native applications with customizable styling",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified - Exiting with code 0 (success)\" && exit 0",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/shahnawaz/react-native-barcode-mask.git"
},
"keywords": [
"react-native",
"react native",
"barcode-mask",
"barcode",
"scanning",
"style",
"layout"
],
"author": "Shahnawaz Ali <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahnawaz/react-native-barcode-mask/issues"
},
"homepage": "https://github.com/shahnawaz/react-native-barcode-mask#readme",
"dependencies": {
"prop-types": "^15.6.2"
},
"peerDependency": {
"react": "^16.4.0",
"react-native": "^0.57.8"
},
"devDependencies": {
"cz-conventional-changelog": "^3.1.0",
"semantic-release": "^17.0.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}