UNPKG

lol-api-js

Version:

Integration package LoL Riot API and your typescript/javascript

37 lines (36 loc) 856 B
{ "name": "lol-api-js", "version": "1.0.2", "description": "Integration package LoL Riot API and your typescript/javascript", "main": "lib/index.js", "types": "lib", "scripts": { "build": "tsc -p .", "test": "mocha --no-timeout --require ts-node/register --watch-extensions ts 'tests/**/*.ts'", "doc": "typedoc 'src/**/*.ts'" }, "keywords": [ "lol-api-js", "lol-js", "league of legends", "LoL", "lol", "lol.js", "loljs", "riot-api", "api", "lol-api" ], "author": "Ricardo Bohadana Martins", "license": "ISC", "devDependencies": { "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "axios": "^0.21.4", "chai": "^4.3.4", "mocha": "^9.1.2", "ts-node": "^10.2.1", "typedoc": "^0.22.4", "typescript": "^4.4.3" } }