valorant-info
Version:
A Node.js wrapper for Valorant game data with random agent/weapon picker, team generator, smart caching, and multi-language support.
30 lines (29 loc) • 693 B
JSON
{
"name": "valorant-info",
"version": "2.0.0",
"description": "A Node.js wrapper for Valorant game data with random agent/weapon picker, team generator, smart caching, and multi-language support.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/utkuberkaykoc/valorant-info.git"
},
"keywords": [
"valorant",
"api",
"game",
"multi-language",
"valorant-agents",
"valorant-weapons",
"valorant-maps",
"riot-games",
"free"
],
"author": "Utku Berkay Koç",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7"
}
}