{
  "name": "strava-api-handler",
  "version": "9.0.1",
  "description": "Unofficial handler for Strava API",
  "keywords": [
    "strava",
    "strava-api"
  ],
  "homepage": "https://github.com/fabulator/strava-api-handler#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fabulator/strava-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.0.0",
    "cookie-api-handler": "^2.25.15",
    "fitness-models": "^6.0.0",
    "form-data": "^4.0.0",
    "luxon": "^3.0.1",
    "mathjs": "^11.0.1",
    "rest-api-handler": "^2.22.18"
  },
  "devDependencies": {
    "babel-config-fabulator": "^1.4.23",
    "commitlint-config-fabulator": "^3.0.0",
    "cross-fetch": "^3.1.5",
    "eslint-config-fabulator": "^1.4.0",
    "husky": "^8.0.1",
    "jest-config-fabulator": "^1.2.0",
    "rollup-config-fabulator": "^1.2.13",
    "semantic-release-config-fabulator": "^3.3.0"
  }
}
