{
  "name": "@qhacks/devpost-stats-cli",
  "version": "1.0.0",
  "bin": {
    "devpost-stats": "index.js"
  },
  "engines": {
    "node": ">=8"
  },
  "author": "Zack Harley",
  "repository": "qhacks/devpost-stats-cli",
  "license": "MIT",
  "description": "Get stats about your hackathon from the comfort of your terminal",
  "files": [
    "index.js"
  ],
  "keywords": [
    "hackathon",
    "devpost",
    "cli",
    "cli-app",
    "stats",
    "statistics"
  ],
  "dependencies": {
    "csv-parse": "^2.0.0",
    "lodash": "^4.17.4",
    "meow": "^4.0.0",
    "mkdirp": "^0.5.1",
    "ora": "^1.3.0"
  }
}
