| 123456789101112131415 |
- {
- "name": "fit-pipeline-upload",
- "version": "1.0.0",
- "description": "Connects to gamrin connect and upload the given fit file",
- "main": "fit-pipeline-upload.js",
- "type": "module",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "MIT",
- "dependencies": {
- "garmin-connect": "^1.6.0"
- }
- }
|