UNPKG

sleeptracker-tools

Version:
54 lines (53 loc) 1.33 kB
{ "name": "sleeptracker-tools", "version": "1.0.0", "description": "Simple tool to check SleepTracker device status", "main": "dist/index.js", "bin": { "sleeptracker": "./bin/sleeptracker-tools.js" }, "scripts": { "build": "tsc", "start": "node ./bin/sleeptracker-tools.js", "dev": "ts-node ./src/index.ts", "prepublishOnly": "npm run build", "test": "echo \"No tests specified\" && exit 0", "lint": "eslint . --ext .ts" }, "files": [ "dist", "bin", "sleeptracker-get-deviceId.sh" ], "keywords": [ "sleeptracker", "cli", "smart-bed", "iot" ], "author": "Margarets00", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Margarets00/sleeptracker-tools.git" }, "bugs": { "url": "https://github.com/Margarets00/sleeptracker-tools/issues" }, "homepage": "https://github.com/Margarets00/sleeptracker-tools#readme", "dependencies": { "axios": "^1.6.7", "chalk": "^4.1.2", "inquirer": "^8.2.5", "ora": "^5.4.1" }, "devDependencies": { "@types/inquirer": "^8.2.0", "@types/node": "^20.11.17", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }