-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "react-native-zar-measure",
"title": "React Native ZAR Measure",
"version": "0.0.4",
"description": "React Native bindings for AR and Camera dimensions measurement.",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristianoccazinsp/react-native-zar-measure.git",
"baseUrl": "https://github.com/cristianoccazinsp/react-native-zar-measure"
},
"keywords": [
"react-native"
],
"author": {
"name": "Cristiano Coelho (zInspector)",
"email": "cristiano@zinspector.com",
"url": "https://github.com/cristianocca"
},
"homepage": "https://github.com/cristianoccazinsp/react-native-zar-measure",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=17",
"react-native": ">=0.66.0"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/runtime": "7.13.10",
"@react-native-community/eslint-config": "3.0.1",
"eslint": "^7.32.0"
}
}