garmin-connect
Version:
Makes it simple to interface with Garmin Connect to get or set any data point
58 lines (57 loc) • 1.63 kB
JSON
{
"name": "garmin-connect",
"version": "1.4.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",
"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"
}