UNPKG

react-bluetooth

Version:
63 lines (62 loc) 1.32 kB
{ "name": "react-bluetooth", "version": "0.0.0", "description": "Web Bluetooth API in React", "author": "Evan Bacon <bacon@expo.io> (https://expo.io/)", "files": [ "lib" ], "homepage": "https://github.com/evanbacon/react-bluetooth", "readmeFilename": "README.md", "license": "MIT", "main": "build/Bluetooth.js", "types": "build/Bluetooth.d.ts", "keywords": [ "react", "native", "bluetooth", "expo", "ble", "mesh", "peripheral", "central", "service", "characteristic" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "jest": { "preset": "expo-module-scripts" }, "repository": { "type": "git", "url": "https://github.com/evanbacon/react-bluetooth.git" }, "bugs": { "url": "https://github.com/evanbacon/react-bluetooth/issues" }, "peerDependencies": { "react": "*" }, "dependencies": { "@types/web-bluetooth": "^0.0.4" }, "devDependencies": { "expo-module-scripts": "^1.0.0" }, "eslintConfig": { "extends": "expo" } }