UNPKG

rotowire-api-client

Version:

Node and NestJS wrappers for Rotowire feeds

67 lines (66 loc) 1.6 kB
{ "name": "rotowire-api-client", "version": "1.0.6", "description": "Node and NestJS wrappers for Rotowire feeds", "contributors": [ { "name": "Greg Fay", "url": "https://gregfay.com" }, "OpenAPI-Generator Contributors" ], "homepage": "https://gfay63.github.io/rotowire-api-client/", "repository": { "type": "git", "url": "https://github.com/gfay63/rotowire-api-client.git" }, "bugs": "https://github.com/gfay63/rotowire-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", "rotowire", "fantasy", "sports", "api", "mlb", "nba", "nfl", "sports-data", "rotowire", "sports-feeds", "nestjs-module" ], "license": "MIT", "dependencies": { "axios": "^1.9.0" }, "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.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "jest": "^29.7.0", "typedoc": "^0.25.2" } }