espn-fantasy-wnba-api
Version:
The first and only public API for ESPN's Fantasy WNBA - reverse-engineered endpoints for fantasy league data
38 lines (37 loc) • 1 kB
JSON
{
"name": "espn-fantasy-wnba-api",
"version": "2.0.1",
"description": "The first and only public API for ESPN's Fantasy WNBA - reverse-engineered endpoints for fantasy league data",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node example.js",
"start": "node example.js"
},
"keywords": [
"fantasy",
"wnba",
"basketball",
"espn",
"api",
"sports",
"fantasy-sports",
"fantasy-basketball"
],
"author": "Matthew Hong <matthewlhong@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/matthewh8/espn-fantasy-wnba-api.git"
},
"homepage": "https://github.com/matthewh8/espn-fantasy-wnba-api#readme",
"bugs": {
"url": "https://github.com/matthewh8/espn-fantasy-wnba-api/issues"
},
"dependencies": {
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=14.0.0"
}
}