@timmsy/riftjs
Version:
A lightweight Node.js wrapper for the Riot Games API, providing easy access to League of Legends game data.
31 lines • 699 B
JSON
{
"name": "@timmsy/riftjs",
"version": "1.5.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5"
},
"keywords": [
"riot-api",
"league-of-legends",
"lol-api",
"datadragon",
"summoner",
"match-history",
"game-data",
"node-js",
"javascript",
"api-wrapper"
],
"author": "James Timms",
"description": "A lightweight Node.js wrapper for the Riot Games API, providing easy access to League of Legends game data.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/timmsy1998/RiftJS.git"
}
}