UNPKG

garmin-api-handler

Version:
57 lines (56 loc) 1.83 kB
{ "name": "garmin-api-handler", "version": "7.1.0", "description": "Unofficial handler for Garmin connect API", "keywords": [ "garmin", "garmin-api" ], "homepage": "https://github.com/fabulator/garmin-api-handler#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/fabulator/garmin-api-handler.git" }, "license": "Apache-2.0", "author": "Michal Ozogán <michal@ozogan.eu>", "main": "dist/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup --config ./rollup.config.js", "develop": "tsc --emitDeclarationOnly false --watch", "lint": "eslint ./ --ext .js --ext .json --ext .ts", "lint:export": "npm run lint -- -o ./tests_results/checkstyle/js-checkstyle.xml -f checkstyle", "lint:fix": "npm run lint -- --fix", "prepublishOnly": "npm run build && npm run tsc", "release": "semantic-release", "test": "jest", "test:all": "npm run lint && npm run tsc && npm run test", "test:build": "npm run test -- --config jest.config.build.js", "tsc": "tsc" }, "dependencies": { "@types/luxon": "^3.1.0", "cloudscraper": "^4.6.0", "cookie-api-handler": "^2.25.15", "extract-zip": "^2.0.1", "fitness-models": "^8.1.0", "form-data": "^4.0.0", "garmin-connect": "^1.4.3", "luxon": "^3.1.0", "mathjs": "^11.3.3", "request": "^2.88.2", "request-promise": "^4.2.6", "rest-api-handler": "^2.22.18" }, "devDependencies": { "babel-config-fabulator": "^1.4.23", "commitlint-config-fabulator": "^5.0.0", "cross-fetch": "^3.1.5", "eslint-config-fabulator": "^2.2.1", "jest-config-fabulator": "^1.2.0", "rollup-config-fabulator": "^2.0.0", "semantic-release-config-fabulator": "^5.0.0" } }