{
  "name": "@runnerpro/backend",
  "version": "1.21.14",
  "description": "A collection of common backend functions",
  "exports": {
    ".": "./lib/cjs/index.js"
  },
  "types": "./lib/cjs/types/index.d.ts",
  "main": "./lib/cjs/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "clean": "del-cli ./lib",
    "build": "npm run clean && tsc -p ./configs/tsconfig.cjs.json",
    "deploy": "npm run build && npm publish",
    "semantic-release": "semantic-release",
    "lint": "eslint --ext .ts --ignore-path .gitignore .",
    "test:translate-workout-garmin": "ts-node --transpile-only scripts/translateWorkoutGarmin.ts",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
    "prepare": "husky"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/runner-pro/runnerpro-backend.git"
  },
  "author": "Runner Pro",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.6.0",
    "@types/eslint__js": "^8.42.3",
    "@types/nodemailer": "^6.4.15",
    "@types/pg": "^8.11.3",
    "del-cli": "5.1.0",
    "dotenv": "^17.2.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-exception-handling": "^1.0.2",
    "eslint-plugin-sonarjs": "^1.0.3",
    "husky": "^9.0.11",
    "semantic-release": "23.0.2",
    "ts-node": "10.9.2",
    "typescript": "5.3.3",
    "typescript-eslint": "^7.15.0"
  },
  "peerDependencies": {
    "@napi-rs/canvas": "^0.1.53",
    "@runnerpro/common": "^1.7.0",
    "axios": "^1.6.7",
    "image-size": "^1.0.2",
    "jimp": "^0.22.10",
    "nodemailer": "6.9.9",
    "pg": "8.11.3",
    "uuidv4": "^6.2.13"
  },
  "dependencies": {
    "@ai-sdk/amazon-bedrock": "^4.0.89",
    "@ai-sdk/azure": "^3.0.74",
    "@ai-sdk/google": "^3.0.43",
    "@ai-sdk/google-vertex": "^4.0.102",
    "@google-cloud/speech": "^7.2.1",
    "@google-cloud/storage": "^7.11.3",
    "@google-cloud/translate": "^8.3.0",
    "@notionhq/client": "^2.2.15",
    "ai": "^6.0.116",
    "exifr": "^7.1.3",
    "ffmpeg-static": "^5.2.0",
    "ffprobe-static": "^3.1.0",
    "firebase-admin": "^11.10.1",
    "fluent-ffmpeg": "^2.1.3",
    "googleapis": "^144.0.0",
    "multer": "^1.4.5-lts.1",
    "oauth-signature": "1.5.0",
    "socket.io": "^4.7.2"
  }
}