@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
72 lines (71 loc) • 1.61 kB
JSON
{
"name": "@hangtime/grip-connect-cli",
"version": "0.10.5",
"description": "CLI tool for Grip Connect devices",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"grip-connect": "./dist/index.js"
},
"files": [
"dist",
"src"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"engines": {
"node": ">=22"
},
"scripts": {
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"build": "npm run clean && tsc --build",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@hangtime/grip-connect-runtime": "^0.10.5",
"@inquirer/input": "^5.0.6",
"@inquirer/select": "^5.0.6",
"babar": "^0.2.3",
"commander": "^14.0.3",
"ora": "^9.3.0",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/babar": "^0.2.4",
"@types/node": "^22.19.2",
"tsx": "^4.21.0",
"typescript": "^5.9.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/"
}