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