UNPKG

@hangtime/grip-connect-react-native

Version:
60 lines (59 loc) 1.27 kB
{ "name": "@hangtime/grip-connect-react-native", "version": "0.13.3", "description": "React Native module for Grip Connect devices", "keywords": [ "auroraboard", "beastmaker", "bluetooth", "climbing", "cts500", "entralpi", "forceboard", "griptonite", "hangboard", "hangboarding", "motherboard", "pitchsix", "progressor", "tindeq", "wh-c06" ], "homepage": "https://stevie-ray.github.io/hangtime-grip-connect/", "bugs": { "url": "https://github.com/Stevie-Ray/hangtime-grip-connect/issues" }, "license": "BSD-2-Clause", "author": "Stevie-Ray Hartog <mail@stevie-ray.nl>", "repository": { "type": "git", "url": "git+https://github.com/Stevie-Ray/hangtime-grip-connect.git" }, "files": [ "dist", "src" ], "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --build" }, "dependencies": { "@hangtime/grip-connect": "^0.13.2", "buffer": "^6.0.3", "react-native-ble-plx": "^3.5.1" }, "devDependencies": { "typescript": "^6.0.3" } }