forked from MY01Inc/react-native-ble-plx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "@onekeyfe/react-native-ble-plx",
"version": "3.0.1",
"description": "React Native Bluetooth Low Energy library",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "flow && documentation lint index.js",
"docs": "documentation build index.js -o docs --config documentation.yml -f html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneKeyHQ/react-native-ble-plx.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"documentation": "^13.0.2",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-native": "^3.10.0",
"flow-bin": "^0.122.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^2.1.1",
"react": "16.13.1",
"react-native": "0.63.3"
},
"keywords": [
"React",
"Native",
"Bluetooth",
"Low",
"Energy",
"BLE",
"Polidea"
],
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/integration-tests"
]
},
"author": "Polidea",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OneKeyHQ/react-native-ble-plx/issues"
},
"homepage": "https://github.com/OneKeyHQ/react-native-ble-plx#readme"
}