ufc-scraper
Version:
An API to scrape UFC fighter information, statistics, records, and rankings from UFC.com
39 lines (38 loc) • 932 B
JSON
{
"name": "ufc-scraper",
"version": "0.1.6",
"description": "An API to scrape UFC fighter information, statistics, records, and rankings from UFC.com",
"main": "dist/ufc_scraper.js",
"types": "dist/types/ufc_scraper.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vladimir-G4/UFC-Scraper.git"
},
"keywords": [
"UFC",
"UFC API",
"UFC Scraper",
"UFC Stats",
"UFC Records",
"MMA Stats"
],
"author": "Vladimir Gutierrez",
"license": "MIT",
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/node": "^20.12.13",
"typescript": "^4.9.5"
},
"bugs": {
"url": "https://github.com/Vladimir-G4/UFC-Scraper/issues"
},
"homepage": "https://github.com/Vladimir-G4/UFC-Scraper#readme",
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12"
}
}