UNPKG

riotg.api

Version:

<a href="https://www.npmjs.com/package/riotg.api"> <img src="https://img.shields.io/static/v1?label=npm&message=riotg.api&color=red&style=for-the-badge&logo=NPM" /> </a>

40 lines (39 loc) 729 B
{ "name": "riotg.api", "version": "0.0.8", "license": "MIT", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "scripts": { "build": "rm -r dist && tsc", "test": "jest", "test:coverage": "jest --coverage" }, "devDependencies": { "@types/jest": "^29.5.3", "jest": "^29.6.1", "ts-jest": "^29.1.1", "ts-node-dev": "^2.0.0", "typescript": "^5.1.6" }, "dependencies": { "axios": "^1.4.0", "dotenv": "^16.3.1" }, "files": [ "/dist" ], "repository": { "type": "git", "url": "https://github.com/llofyy/riotgames-api" }, "keywords": [ "league-of-legends", "valorant", "tft", "lol", "riot", "riotgames", "lor" ] }