{
  "name": "epdoc-strava-lib",
  "version": "2.0.0-alpha.3",
  "description": "Strava v3 API application for authenticating and retrieving Strava data",
  "author": "Jim Pravetz",
  "license": "BSD",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpravetz/epdoc-strava-lib.git"
  },
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean & tsc",
    "watch": "tsc -w -p",
    "clear-warning": "watchman watch-del-all > /dev/null",
    "test": "npm run clear-warning; jest --runInBand",
    "coverage": "jest --coverage --runInBand --verbose",
    "prepublishOnly": "tsc",
    "prepare": "npm run build",
    "format": "prettier --write 'src/**/*.ts'"
  },
  "dependencies": {
    "epdoc-timeutil": "^2.1.7",
    "epdoc-util": "^0.2.1",
    "koa": "^2.14.2",
    "koa-router": "^12.0.0",
    "open": "^9.1.0",
    "superagent": "^8.1.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/koa": "^2.13.9",
    "@types/koa-router": "^7.4.5",
    "@types/node": "^20.8.0",
    "@types/superagent": "^4.1.19",
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-unicorn": "^48.0.1",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  }
}
