-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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-instapay-qr",
"version": "2.0.0",
"description": "Extract relevant data from InstaPay QR code.",
"license": "MIT",
"homepage": "https://github.com/dcangulo/react-native-instapay-qr",
"repository": {
"type": "git",
"url": "https://github.com/dcangulo/react-native-instapay-qr.git"
},
"author": {
"name": "David Angulo",
"email": "hello@davidangulo.xyz",
"url": "https://www.davidangulo.xyz"
},
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .jsx,.js",
"prepare": "husky install"
},
"keywords": [
"InstaPay",
"QR"
],
"dependencies": {
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^4.0.0",
"husky": "^8.0.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}