{
  "name": "common-log-format",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "2.0.1",
  "description": "Transform web logs (common log format) to JSON",
  "repository": "https://github.com/75lb/common-log-format",
  "license": "MIT",
  "bin": {
    "clf": "bin/cli.js"
  },
  "exports": "./index.js",
  "keywords": [
    "common",
    "log",
    "format",
    "web",
    "json",
    "convert",
    "transform"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "test": "test-runner test.js"
  },
  "devDependencies": {
    "sleep-anywhere": "^2.1.1",
    "test-runner": "^0.10.1"
  },
  "files": [
    "index.js",
    "bin/cli.js"
  ]
}
