@gooin/garmin-connect
Version:
Makes it simple to interface with Garmin Connect to get or set any data point
68 lines (67 loc) • 2.17 kB
JSON
{
"name": "@gooin/garmin-connect",
"version": "1.6.12",
"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/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",
"axios": "^1.5.1",
"crypto": "^1.0.1",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"oauth-1.0a": "^2.2.6",
"qs": "^6.11.2"
},
"pre-commit": "pretty",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}