UNPKG

@fightmegg/riot-api

Version:

Client for for interactacting with Riot Games API

60 lines (59 loc) 1.63 kB
{ "name": "@fightmegg/riot-api", "version": "0.0.21", "description": "Client for for interactacting with Riot Games API", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "scripts": { "test:e2e": "jest __tests__/e2e", "test": "jest __tests__/unit", "version": "npm run build", "build": "tsc && tsc -p ./tsconfig.cjs.json", "lint": "eslint ./src/", "prettier": "prettier ./src/**/*.ts --check" }, "repository": { "type": "git", "url": "git+https://github.com/fightmegg/riot-api.git" }, "keywords": [ "riot", "riot api", "riot games", "league of legends" ], "author": "Ollie Jennings <ollie@fightme.gg>", "license": "MIT", "bugs": { "url": "https://github.com/fightmegg/riot-api/issues" }, "homepage": "https://github.com/fightmegg/riot-api#readme", "dependencies": { "@fightmegg/riot-rate-limiter": "^0.0.23", "debug": "^4.3.4", "ioredis": "^5.4.1", "node-fetch": "^2.6.1", "path-to-regexp": "^6.2.2" }, "devDependencies": { "@eslint/js": "^8.57.0", "@types/debug": "^4.1.12", "@types/jest": "^29.5.12", "@types/node": "^20.12.12", "@types/node-fetch": "^2.6.11", "bottleneck": "^2.19.5", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "ioredis-mock": "^8.9.0", "jest": "^29.7.0", "jest-extended": "^4.0.2", "jest-junit": "^16.0.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.5", "typescript-eslint": "^7.9.0" } }