UNPKG

@gooin/garmin-connect-cn

Version:

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

60 lines (59 loc) 1.72 kB
{ "name": "@gooin/garmin-connect-cn", "version": "1.5.1", "description": "Makes it simple to interface with Garmin Connect CN to get or set any data point", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "build-linux": "tsc --build --clean && find ./dist -type d -empty -delete; tsc", "build:watch": "npm run build -- --watch", "prettier:all": "prettier --write .", "pretty": "pretty-quick --staged", "prepack": "npm run build" }, "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/node": "^18.11.15", "@types/qs": "^6.9.7", "@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": { "app-root-path": "^3.1.0", "cloudscraper": "^4.6.0", "qs": "^6.11.0", "request": "^2.88.2" }, "pre-commit": "pretty" }