package.json 377 B

123456789101112131415
  1. {
  2. "name": "fit-pipeline-upload",
  3. "version": "1.0.0",
  4. "description": "Connects to gamrin connect and upload the given fit file",
  5. "main": "fit-pipeline-upload.js",
  6. "type": "module",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "license": "MIT",
  12. "dependencies": {
  13. "garmin-connect": "^1.6.0"
  14. }
  15. }