{
  "name": "twitter-scraper-cli",
  "version": "2.2.0",
  "description": "Scrape tweets, optionally enrich them, and save them to mongo",
  "bin": {
    "twitter-scraper-cli": "cli.js"
  },
  "preferGlobal": true,
  "scripts": {
    "build": "tslint src/**/*.ts && tsc",
    "prepublish": "npm run build",
    "pretest": "npm run build"
  },
  "dependencies": {
    "@volox/social-post-wrapper": "2.x",
    "commander": "2.x",
    "debug": "2.x",
    "mongodb": "2.x",
    "twit": "2.x",
    "twitter-scraper": "5.x"
  },
  "devDependencies": {
    "chai": "3.x",
    "mocha": "2.x",
    "tslint": "^3.8.1",
    "typescript": "^1.8.10"
  },
  "author": "Volox",
  "license": "MIT"
}
