UNPKG

@gooin/garmin-connect

Version:

Makes it simple to interface with Garmin Connect to get or set any data point

73 lines (72 loc) 2.21 kB
{ "name": "@gooin/garmin-connect", "version": "1.7.6", "description": "Makes it simple to interface with Garmin Connect to get or set any data point", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc --build --clean && find ./dist -type d -empty -delete; tsc", "build:windows": "tsc --build --clean && tsc", "build:watch": "npm run build -- --watch", "build:watch-windows": "npm run build:windows -- --watch", "prettier:all": "prettier --write .", "pretty": "pretty-quick --staged", "prepack": "npm run build:windows" }, "repository": { "type": "git", "url": "git+https://github.com/Pythe1337N/garmin-connect.git" }, "keywords": [ "garmin", "connect", "scraper", "weight", "running", "workout", "activity", "activities", "download", "downloader" ], "author": "Oskar Bernberg (Pythe1337N)", "license": "MIT", "files": [ "dist/*", "examples/*" ], "devDependencies": { "@types/app-root-path": "^1.2.4", "@types/lodash": "^4.14.199", "@types/luxon": "^3.3.2", "@types/node": "^18.11.15", "@types/qs": "^6.9.7", "@types/redis": "^4.0.11", "@types/request-promise": "^4.1.48", "pre-commit": "^1.2.2", "prettier": "^2.8.1", "pretty-quick": "^3.1.3", "typescript": "^4.9.4" }, "homepage": "https://github.com/Pythe1337N/garmin-connect#readme", "bugs": { "url": "https://github.com/Pythe1337N/garmin-connect/issues" }, "runkitExampleFilename": "./examples/example.js", "dependencies": { "@upstash/redis": "^1.35.6", "app-root-path": "^3.1.0", "axios": "^1.5.1", "axios-cookiejar-support": "^6.0.4", "crypto": "^1.0.1", "form-data": "^4.0.0", "ioredis": "^5.8.1", "lodash": "^4.17.21", "luxon": "^3.4.3", "oauth-1.0a": "^2.2.6", "qs": "^6.11.2", "redis": "^4.6.10", "tough-cookie": "^6.0.0" }, "pre-commit": "pretty" }