cfbd
Version:
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
33 lines (32 loc) • 764 B
JSON
{
"name": "cfbd",
"version": "5.9.1",
"description": "This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.",
"repository": {
"type": "git",
"url": "https://github.com/CFBD/cfbd-typescript.git"
},
"author": "BlueSCar",
"keywords": [
"football",
"cfb",
"ncaaf",
"data",
"statistics"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"license": "MIT",
"dependencies": {
"@hey-api/client-fetch": "^0.6.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.61.1",
"@types/node": "^22.10.5",
"tsc": "^2.0.4",
"typescript": "^5.7.2"
}
}