UNPKG

steamid-resolver

Version:

NPM library to get steamIDs from profile or group links, the other way around and validate sharedfileIDs

37 lines (36 loc) 987 B
{ "name": "steamid-resolver", "version": "1.4.0", "description": "NPM library to get steamIDs from profile or group links, the other way around and validate sharedfileIDs", "main": "src/index", "scripts": { "test": "jest", "types": "rm -rf ./types/ && tsc && echo \"Now transfer JsDocs manually because tsc is too stupid to keep them!\"", "pack": "rm -rf steamid-resolver-*.tgz && npm pack" }, "repository": { "type": "git", "url": "git+https://github.com/3urobeat/node-steamid-resolver.git" }, "keywords": [ "steam", "steamid", "npm", "library" ], "author": "3urobeat", "license": "MIT", "bugs": { "url": "https://github.com/3urobeat/node-steamid-resolver/issues" }, "homepage": "https://github.com/3urobeat/node-steamid-resolver#readme", "dependencies": { "https": "^1.0.0", "xml2js": "^0.6.2" }, "types": "./types/index", "devDependencies": { "jest": "^29.7.0", "typescript": "5.7.3" } }