UNPKG

fitness-libraries

Version:
62 lines (61 loc) 1.89 kB
{ "name": "fitness-libraries", "version": "9.0.0", "description": "Fitness libraries as inversify modules.", "keywords": [ "personal", "syncing" ], "homepage": "https://github.com/fabulator/fitness-libraries", "bugs": { "url": "https://github.com/fabulator/fitness-libraries/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/fabulator/fitness-libraries.git" }, "license": "Apache-2.0", "author": "Michal Ozogán <michal@ozogan.eu>", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "develop": "tsc --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", "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 --noEmit" }, "dependencies": { "@types/luxon": "^3.0.0", "@types/unzipper": "^0.10.5", "cross-fetch": "^3.1.5", "inversify": "^6.0.1", "luxon": "^3.0.1", "reflect-metadata": "^0.1.13", "rest-api-handler": "^2.22.18", "storage-keeper": "^3.8.8", "unzipper": "^0.10.11" }, "devDependencies": { "babel-config-fabulator": "^1.4.23", "commitlint-config-fabulator": "^3.0.0", "eslint-config-fabulator": "^1.5.0", "fitbit-api-handler": "^8.0.0", "garmin-api-handler": "^7.0.0", "jest-config-fabulator": "^1.2.0", "semantic-release-config-fabulator": "^3.3.0", "strava-api-handler": "^9.0.1", "ts-jest": "^28.0.7" }, "peerDependencies": { "fitbit-api-handler": "^8.0.0", "garmin-api-handler": "^7.0.0", "strava-api-handler": "^9.0.1" } }