UNPKG

steamcommunity-inventory

Version:

A rate limit and response handler for steamcommunity inventories. - It's functional. - Will appreciate all feedback I can get

35 lines (34 loc) 668 B
{ "name": "steamcommunity-inventory", "version": "2.0.12", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "npx mocha", "build": "npx tsc" }, "keywords": [ "steam", "steamcommunity", "inventory" ], "author": "danocmx", "license": "MIT", "devDependencies": { "chai": "^4.2.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "mocha": "^10.1.0", "prettier": "^2.8.4", "typescript": "^4.3.5" }, "dependencies": { "axios": "^1.3.2", "bottleneck": "^2.19.5" }, "files": [ "dist" ] }