{
  "name": "endomondo-unofficial-api",
  "version": "1.1.113",
  "description": "endomondo unofficial api access",
  "main": "index.js",
  "scripts": {
    "start": "node .",
    "example": "node ./example/example.js",
    "test": "jest",
    "test:dev": "jest --watchAll test/unit",
    "test:int": "jest test/integration",
    "test:cov": "jest --coverage && codecov",
    "push": "yarn test && git push",
    "deploy:major": "yarn version --major",
    "deploy:minor": "yarn version --minor",
    "deploy:patch": "yarn version --patch",
    "deploy:push": "git push && git push --tags",
    "preversion": "yarn test"
  },
  "keywords": [
    "endomondo",
    "sports",
    "unofficial",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kanekotic/endomondo-unofficial-api.git"
  },
  "author": "kanekotic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kanekotic/endomondo-unofficial-api/issues"
  },
  "homepage": "https://github.com/kanekotic/endomondo-unofficial-api#readme",
  "dependencies": {
    "moment": "2.30.1",
    "request": "^2.88.2",
    "request-promise-native": "1.0.9",
    "uuid": "11.0.5"
  },
  "devDependencies": {
    "@faker-js/faker": "^9.4.0",
    "codecov": "3.8.3",
    "jest": "29.7.0"
  },
  "jest": {
    "testMatch": [
      "**/test/**/*-test.js"
    ],
    "testEnvironment": "node",
    "automock": false
  }
}
