UNPKG

fpl-fetch

Version:

Wrapper for the Fantasy Premier League API

51 lines (50 loc) 1.21 kB
{ "name": "fpl-fetch", "version": "2.5.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs", "test": "vitest --silent", "test:coverage": "vitest run --coverage", "lint": "eslint . --fix", "prepublishOnly": "npm run build" }, "keywords": [ "fpl" ], "repository": { "type": "git", "url": "git+https://github.com/pmc-a/fpl-fetch.git" }, "author": "pmc-a", "license": "MIT", "description": "Wrapper for the Fantasy Premier League API", "devDependencies": { "@eslint/js": "^9.22.0", "@vitest/coverage-v8": "^3.0.9", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-tsdoc": "^0.4.0", "husky": "^9.1.7", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.2", "typescript-eslint": "^8.26.1", "vitest": "^3.0.9", "vitest-fetch-mock": "^0.4.5" } }