UNPKG

@sports-sdk/ruwt

Version:

A package for interacting with the Are You Watching This?! API

61 lines 1.34 kB
{ "name": "@sports-sdk/ruwt", "description": "A package for interacting with the Are You Watching This?! API", "repository": { "type": "git", "url": "https://github.com/sharpselections/sports-sdk-js.git", "directory": "packages/are-you-watching-this" }, "license": "MIT", "keywords": [ "Are You Watching This?!", "sports data", "sports", "fantasy sports", "sports betting", "NFL", "NBA", "MLB", "NHL", "NCAAB", "NCAAF", "MLS", "PGA", "MMA", "WNBA" ], "version": "2.1.0", "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/tsconfig": "0.0.0", "@sports-sdk/testing": "0.0.0", "@sports-sdk/eslint-config": "0.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src/", "typecheck": "tsc --noEmit", "test": "jest" } }