{
  "name": "wdym",
  "version": "2.0.16",
  "description": "Convert Common Log Format (CLF) into more useful (and human-readable) JSON and/or CSV.",
  "main": "index.js",
  "keywords": [
    "CLF",
    "CLF to CSV",
    "CLF to JSON",
    "server log",
    "server log analysis NPM"
  ],
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abircb/whatdoyoumean.git"
  },
  "author": "Abir Bhushan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abircb/whatdoyoumean/issues"
  },
  "homepage": "https://github.com/abircb/whatdoyoumean#readme",
  "devDependencies": {
    "mocha": "^8.0.1",
    "prettier": "^2.0.5",
    "should": "^13.2.3"
  },
  "dependencies": {
    "arg": "^4.1.3",
    "chalk": "^4.1.0",
    "csv-writer": "^1.6.0",
    "date-fns": "^2.14.0",
    "log-symbols": "^4.0.0"
  },
  "bin": {
    "wdym": "bin/wdym"
  }
}
