UNPKG

ss-steam-api

Version:

An API wrapper for Steam used by SteamSecurity.org

39 lines (38 loc) 829 B
{ "name": "ss-steam-api", "version": "0.2.3", "description": "An API wrapper for Steam used by SteamSecurity.org", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/steamsecurity/SS-Steam-API.git" }, "keywords": [ "api", "steam", "trading", "reputation", "wrapper", "nodejs", "javascript" ], "author": "SteamSecurity.org", "license": "GPL-3.0", "bugs": { "url": "https://github.com/steamsecurity/SS-Steam-API/issues" }, "homepage": "https://github.com/steamsecurity/SS-Steam-API#readme", "dependencies": { "axios": "^0.27.2", "steamid": "^2.0.0", "xml2json": "^0.12.0" }, "devDependencies": { "console-table-printer": "^2.11.0", "dotenv": "^16.0.1", "easy-logger": "github:Armored-Dragon/easy-logger" } }