forked from Rodrigo77777/react-native-beacons-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.69 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
{
"name": "@rodrigo7/react-native-beacons-manager",
"version": "1.0.4",
"description": "React-Native library for detecting beacons (iOS and Android)",
"keywords": [
"react-native",
"react-component",
"ios",
"ibeacon",
"beacon",
"beacons",
"android",
"ibeacons",
"altbeacon",
"estimote",
"eddystone",
"altbeacons"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rodrigo-nexudus/react-native-beacons-manager.git"
},
"typescript": {
"definition": "typings/index.d.ts"
},
"types": "typings/index.d.ts",
"bugs": {
"url": "https://github.com/rodrigo-nexudus/react-native-beacons-manager/issues"
},
"homepage": "https://github.com/rodrigo-nexudus/react-native-beacons-manager#readme",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=5.3.0",
"yarn": ">=1.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "node_modules/.bin/flow",
"flow-typed": "node_modules/.bin/flow-typed"
},
"author": "Rodrigo Figueira",
"license": "MIT",
"nativePackage": true,
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"eslint": "^8.19.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.0",
"metro-react-native-babel-preset": "0.76.7",
"prettier": "^2.4.1",
"typescript": "4.8.4",
"react": "^18.2.0",
"react-native": "^0.72.3"
},
"peerDependencies": {
"react": ">=15.4.2",
"react-native": ">=0.41.2"
}
}