steamcommunity-market
Version:
Uses steamcommunity market API to get data.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "steamcommunity-market",
"version": "3.3.0",
"description": "Uses steamcommunity market API to get data.",
"main": "./communityMarket",
"scripts": {
"test": "mocha"
},
"keywords": [
"steam",
"steamcommunity",
"market",
"steamcommunity.com/market",
"communityMarket"
],
"author": "danocmx",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"lodash": "^4.17.15"
},
"devDependencies": {
"chai": "^4.2.0",
"dmd-clear": "^0.1.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"jsdoc-to-markdown": "^5.0.3",
"mocha": "^7.1.1",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danocmx/node-steamcommunity-market.git"
},
"bugs": {
"url": "https://github.com/danocmx/node-steamcommunity-market/issues"
},
"homepage": "https://github.com/danocmx/node-steamcommunity-market#readme"
}