UNPKG

yahoo-fantasy

Version:

An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.

50 lines (49 loc) 1.21 kB
{ "name": "yahoo-fantasy", "version": "5.3.0", "description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.", "main": "./index.js", "exports": { "import": "./YahooFantasy.mjs", "require": "./index.js" }, "scripts": { "test": "node -r esm jasmine-runner.js", "istanbul": "istanbul cover --include-all-sources jasmine-node tests" }, "repository": { "type": "git", "url": "git+https://github.com/whatadewitt/yfsapi.git" }, "engines": { "node": ">= 8.10.0" }, "keywords": [ "yahoo", "fantasy sports", "sports", "fantasy" ], "author": "Luke DeWitt <dewittl@gmail.com> (http://www.whatadewitt.ca/)", "license": "MIT", "bugs": { "url": "https://github.com/whatadewitt/yfsapi/issues" }, "homepage": "https://yahoo-fantasy-node-docs.vercel.app/", "dependencies": { "esm": "^3.2.25", "follow-redirects": "^1.13.0", "oauth-signature": "^1.5.0", "uuid": "^8.3.0" }, "devDependencies": { "jasmine": "^3.4.0", "jasmine-spec-reporter": "^4.2.1", "nock": "^9.6.1", "prettier": "^1.18.2", "q": "^1.4.1" }, "directories": { "test": "tests" } }