UNPKG

football-data-api-client

Version:
58 lines (57 loc) 1.57 kB
{ "name": "football-data-api-client", "version": "1.1.0", "description": "TypeScript client for football-data API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint . --ext .ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/sosthene14/football-data-api-client" }, "bugs": { "url": "https://github.com/sosthene14/football-data-api-client/issues" }, "homepage": "https://github.com/sosthene14/football-data-api-client#readme", "keywords": [ "football", "football-data", "api", "node", "football-data.org", "typescript", "soccer", "football api client", "football stats", "premier league", "football-data-client", "nodejs", "typescript client", "sports data", "football scores", "football teams", "fixtures", "match schedule", "football-data-wrapper" ], "author": "Sosthene Mounsambote", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^18.16.0", "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", "eslint": "^8.39.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": { "axios": "^1.3.6" } }