{
  "name": "@dada78641/bwrank",
  "version": "0.3.0",
  "description": "Fetches a StarCraft player's ladder rank from the BW internal API",
  "main": "index.js",
  "type": "module",
  "files": [
    "lib/",
    "index.js",
    "package.json",
    "license.md",
    "readme.md"
  ],
  "keywords": [
    "StarCraft"
  ],
  "bin": {
    "bwrank.js": "./bin/bwrank.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/msikma/bwrank",
  "repository": "https://github.com/msikma/bwrank",
  "author": "Michiel Sikma <michiel@sikma.org>",
  "engines": {
    "node": ">=16.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "argparse": "^2.0.1",
    "bw-web-api": "^3.0.2",
    "gravatic-booster": "^3.1.0",
    "lodash.orderby": "^4.6.0",
    "lodash.pick": "^4.4.0"
  }
}
