UNPKG

@sports-sdk/odds-blaze

Version:

A package for interacting with the OddsBlaze API

52 lines 1.16 kB
{ "name": "@sports-sdk/odds-blaze", "description": "A package for interacting with the OddsBlaze API", "repository": { "type": "git", "url": "https://github.com/sharpselections/sports-sdk-js.git", "directory": "packages/odds-blaze" }, "license": "MIT", "keywords": [ "OddsBlaze", "sports", "sports betting", "NFL", "NBA", "NHL", "MLB" ], "version": "1.1.4", "main": "./dist/index.js", "module": "dist/index.esm.js", "types": "./dist/index.d.ts", "sideEffects": false, "files": [ "dist/**" ], "dependencies": { "axios": "^1.7.2", "zod": "^3.23.8", "@sports-sdk/core": "3.0.0" }, "devDependencies": { "@types/node": "^20.14.10", "@types/jest": "^29.5.12", "dotenv": "^16.4.5", "jest": "^29.7.0", "nock": "^13.5.4", "ts-jest": "^29.1.5", "tsup": "^8.1.0", "typescript": "^5.3.3", "@sports-sdk/jest": "0.0.0", "@sports-sdk/eslint-config": "0.0.0", "@sports-sdk/tsconfig": "0.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src/", "typecheck": "tsc --noEmit", "test": "jest" } }