UNPKG

steam-market

Version:
49 lines (48 loc) 1.21 kB
{ "name": "steam-market", "version": "3.0.4", "description": "Steam market API client", "keywords": [ "steam", "market", "api", "client", "sdk" ], "repository": { "type": "git", "url": "https://github.com/vladislav-puzyrev/steam-market.git" }, "license": "MIT", "author": "Vladislav Puzyrev", "type": "module", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc --project tsconfig.build.json", "check": "npm run typecheck && npm run lint && npm run format", "clean": "rimraf build", "format": "prettier --check .", "lint": "eslint .", "prepack": "npm run clean && npm run build && npm run check", "prepare": "husky", "typecheck": "tsc --noEmit" }, "dependencies": { "axios": "^1.13.5", "currency-codes": "^2.2.0", "iso-639-1": "^3.1.5" }, "devDependencies": { "@tsconfig/node-lts": "^24.0.0", "@tsconfig/strictest": "^2.0.8", "@types/node": "^25.2.3", "eslint": "^9.39.2", "eslint-config-vladpuz": "^2.5.1", "husky": "^9.1.7", "prettier": "^3.8.1", "prettier-config-vladpuz": "^2.0.0", "rimraf": "^6.1.2", "typescript": "^5.9.3" } }