UNPKG

valorant-info

Version:

A Node.js wrapper for retrieving Valorant game data, including agents, weapons, and maps. Supports multi-language translation!

30 lines (29 loc) 687 B
{ "name": "valorant-info", "version": "1.1.5", "description": "A Node.js wrapper for retrieving Valorant game data, including agents, weapons, and maps. Supports multi-language translation!", "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" } }