UNPKG

ezsteam

Version:

A simply and lightweight package to interact with Steam API and convert IDs. Alpha testing.

24 lines (23 loc) 518 B
{ "name": "ezsteam", "version": "1.1.1-alpha", "description": "A simply and lightweight package to interact with Steam API and convert IDs. Alpha testing.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "steam", "csgo", "tf2", "steamid64" ], "author": "cctwaterson", "license": "MIT", "dependencies": { "axios": "^1.2.1", "node-fetch": "^3.3.0", "steam-web": "^0.7.0", "terminal-color": "^0.2.0" } }