UNPKG

steam-market-search

Version:

A NodeJS package for searching the steam marketplace

43 lines (42 loc) 1.19 kB
{ "name": "steam-market-search", "version": "1.4.3", "description": "A NodeJS package for searching the steam marketplace", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "version": "git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/DrKain/steam-market-search.git" }, "keywords": [ "steam", "market", "api", "prices", "search", "emoticons", "trading cards", "backgrounds", "booster packs" ], "author": "Kain (http://ksir.pw)", "license": "MIT", "bugs": { "url": "https://github.com/DrKain/steam-market-search/issues" }, "homepage": "https://github.com/DrKain/steam-market-search#readme", "devDependencies": { "@types/node": "^14.17.0", "prettier": "^2.0.5", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" }, "dependencies": {} }