UNPKG

steam

Version:

Lets you interface with Steam without running an actual Steam client

29 lines (28 loc) 761 B
{ "name": "steam", "version": "1.4.1", "description": "Lets you interface with Steam without running an actual Steam client", "license": "MIT", "author": "Nikolai Vavilov <vvnicholas@gmail.com>", "main": "./lib/steam_client", "repository": { "type": "git", "url": "https://github.com/seishun/node-steam.git" }, "scripts": { "prepare": "curl -fo servers.json \"https://api.steampowered.com/ISteamDirectory/GetCMList/v1/?cellid=0\"" }, "dependencies": { "adm-zip": "^0.4", "buffer-crc32": "^0.2", "bytebuffer": "^5.0", "steam-crypto": "^0.0", "steam-resources": "github:seishun/node-steam-resources#v1.2.0" }, "bundledDependencies": [ "steam-resources" ], "engines": { "node": ">=4.1.1" } }