UNPKG

lcinterface

Version:

An easy way to interact with the league client. This module is basically a middle layer between your app and the league client

22 lines 480 B
{ "name": "lcinterface", "version": "4.1.3", "description": "", "main": "index.js", "scripts": { "start": "node --no-warnings .", "test": "node ." }, "types": "types.d.ts", "keywords": [ "lcu", "league-client", "league-of-legends", "typescript", "javascript", "interface" ], "author": "", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1" }, "repository": { "url": "https://github.com/cactoes/league_client_interface" } }