UNPKG

@hangtime/grip-connect-cli

Version:
51 lines (50 loc) 1.11 kB
{ "name": "@hangtime/grip-connect-cli", "version": "0.8.3", "description": "CLI tool for Grip Connect devices", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc --build" }, "dependencies": { "@hangtime/grip-connect": "^0.8.3", "webbluetooth": "^3.3.2" }, "devDependencies": { "typescript": "^5.8.3" }, "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/" }