UNPKG

@dota2classic/steam-market

Version:
48 lines (47 loc) 1.59 kB
{ "name": "@dota2classic/steam-market", "version": "3.0.13", "description": "Steam market API client", "keywords": [ "steam", "market", "api", "client" ], "repository": { "type": "git", "url": "https://github.com/vladislav-puzyrev/steam-market.git" }, "license": "MIT", "author": "Vladislav Puzyrev", "main": "build/index.js", "typings": "build/index.d.ts", "scripts": { "build": "npm run clean:build && tsc", "clean": "npm run clean:build && npm run clean:docs", "clean:build": "rimraf build", "clean:docs": "rimraf docs", "docs": "npm run clean:docs && npm run docs:pull && npm run docs:typedoc && npm run docs:push", "docs:pull": "git clone https://github.com/vladislav-puzyrev/steam-market.wiki.git docs && rimraf docs/!(.git)", "docs:push": "cd docs && git add . && git diff-index --quiet HEAD || git commit -m TypeDoc && git push", "docs:typedoc": "typedoc --theme github-wiki --excludePrivate --githubPages false --cleanOutputDir false src/index.ts", "verify": "npm run verify:types && npm run verify:lint", "verify:lint": "eslint .", "verify:types": "tsc --noEmit" }, "dependencies": { "axios": "^1.4.0", "currency-codes": "^2.1.0", "iso-639-1": "^2.1.15", "proxy-string-parser": "^3.0.1" }, "devDependencies": { "eslint": "^8.43.0", "eslint-config-standard-with-typescript": "^35.0.0", "rimraf": "^5.0.1", "typedoc": "^0.24.8", "typedoc-github-wiki-theme": "^1.1.0", "typedoc-plugin-markdown": "^3.15.3", "typescript": "^5.1.3" } }