UNPKG

stockx-api

Version:

communicate with the unofficial StockX API

39 lines (38 loc) 824 B
{ "name": "stockx-api", "version": "1.1.0", "description": "communicate with the unofficial StockX API", "main": "index.js", "scripts": { "test": "mocha --timeout 50000" }, "author": "Matthew Mulfinger", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/matthew1232/stockx-api.git" }, "keywords": [ "stockx", "api", "promise", "bots", "request" ], "dependencies": { "cheerio": "^1.0.0-rc.3", "got": "^11.5.0", "hpagent": "^0.1.1", "http2-wrapper": "^1.0.0-beta.5.2", "moment": "^2.24.0", "postman-request": "^2.88.1-postman.30", "request": "^2.88.0", "request-promise": "^4.2.4", "tunnel": "0.0.6" }, "devDependencies": { "chai": "^4.2.0", "dotenv": "^8.2.0", "mocha": "^8.4.0" } }