football-data-node
Version:
A node.js client to football-data.org
20 lines (19 loc) • 352 B
JSON
{
"name": "football-data-node",
"version": "1.0.2",
"description": "A node.js client to football-data.org",
"type": "module",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"football",
"football-data.org"
],
"author": "jesseck3013",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
}
}