{
  "name": "fotmob",
  "version": "2.4.1",
  "description": "A JavaScript wrapper around the unofficial FotMob API",
  "main": "dist/cjs/fotmob.js",
  "types": "dist/esm/fotmob.d.ts",
  "module": "dist/esm/fotmob.js",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "test": "jest --config=jest.config.js",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --fix --ext .ts",
    "format:fix": "prettier --write \"src/**/*.ts\"",
    "format": "prettier --check \"src/**/*.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bgrnwd/fotmob.git"
  },
  "keywords": [
    "fotmob",
    "soccer",
    "api",
    "football"
  ],
  "author": "Brian Greenwood",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bgrnwd/fotmob/issues"
  },
  "homepage": "https://github.com/bgrnwd/fotmob#readme",
  "dependencies": {
    "got": "11.8.5"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^22.0.2",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^9.0.0",
    "jest": "^29.7.0",
    "prettier": "3.3.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.0.0",
    "typescript": "^5.3.3"
  },
  "files": [
    "dist/**/*"
  ]
}
