alvarocastro/wow-realm-status-cli

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "wow-realm-status-cli",
  "version": "2.1.2",
  "description": "Console utility to fetch info about the World of Warcraft realms",
  "main": "index.js",
  "scripts": {
    "test": "xo"
  },
  "bin": {
    "wow-realm-status": "./cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvarocastro/wow-realm-status-cli.git"
  },
  "keywords": [
    "wow",
    "world of warcraft",
    "realms",
    "warcraft",
    "blizzard",
    "battle.net",
    "cli"
  ],
  "author": "Alvaro Castro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alvarocastro/wow-realm-status-cli/issues"
  },
  "homepage": "https://github.com/alvarocastro/wow-realm-status-cli#readme",
  "dependencies": {
    "commander": "^7.0.0",
    "ora": "^5.1.0",
    "placeholdify": "^1.0.2",
    "wow-realm-status": "^2.0.1"
  },
  "devDependencies": {
    "xo": "0.39.1"
  }
}