{
  "name": "sportradar-api-client",
  "version": "1.0.6",
  "description": "Node and NestJS wrappers for Sportradar feeds",
  "contributors": [
    {
      "name": "Greg Fay",
      "url": "https://gregfay.com"
    },
    "OpenAPI-Generator Contributors"
  ],
  "homepage": "https://gfay63.github.io/sportradar-api-client/",
  "repository": {
    "type": "git",
    "url": "https://github.com/gfay63/sportradar-api-client.git"
  },
  "bugs": "https://github.com/gfay63/sportradar-api-client/issues",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/gfay63"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "docs": "typedoc --out docs src/*.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nestjs",
    "sportradar",
    "fantasy",
    "sports",
    "api",
    "mlb",
    "nba",
    "nfl",
    "sports-data",
    "rotowire",
    "sports-feeds",
    "nestjs-module"
  ],
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.1"
  },
  "peerDependencies": {
    "@nestjs/axios": "^4.0.0",
    "@nestjs/common": "^11.1.1",
    "@nestjs/config": "^4.0.2"
  },
  "devDependencies": {
    "@eslint/config-array": "^0.20.0",
    "@eslint/object-schema": "^2.1.6",
    "@nestjs/axios": "^4.0.0",
    "@nestjs/common": "^11.1.1",
    "@nestjs/config": "^4.0.2",
    "@nestjs/testing": "^11.1.1",
    "@types/jest": "^29.5.8",
    "@typescript-eslint/eslint-plugin": "^7.3.1",
    "@typescript-eslint/parser": "^7.3.1",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "typedoc": "^0.25.2"
  }
}
