UNPKG

fitbit-api-client

Version:
54 lines (53 loc) 1.2 kB
{ "name": "fitbit-api-client", "version": "0.4.6", "description": "", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "license": "ISC", "keywords": [ "fitbit" ], "author": "takecchi", "repository": { "type": "git", "url": "https://github.com/The-Phage-Inc/fitbit-api-client.git" }, "files": [ "dist" ], "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build", "format": "prettier --write \"**/*.{js,ts,mjs}\"", "prepare": "husky", "lint-staged": "lint-staged", "lint": "eslint --fix", "start:sample": "npm run build --prefix examples/sample && npm run start --prefix examples/sample" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "devDependencies": { "@eslint/js": "9.11.1", "@types/jest": "29.5.13", "eslint": "9.11.1", "globals": "15.10.0", "husky": "9.1.6", "jest": "29.7.0", "lint-staged": "15.2.10", "prettier": "3.3.3", "ts-jest": "29.2.5", "typescript": "5.5.4", "typescript-eslint": "8.8.0" }, "volta": { "node": "18.20.4", "npm": "9.9.3" } }