{
  "name": "clf-date",
  "version": "0.2.1",
  "description": "Return the current date in CLF format",
  "main": "./src/main.js",
  "bin": {
    "clf-date": "./bin/clf-date.js"
  },
  "files": [
    "bin/clf-date.js",
    "src/main.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "cover": "nyc npm run test",
    "test": "mocha test/index.js",
    "lint": "eslint ."
  },
  "keywords": [
    "clf-date",
    "clf",
    "common-log-format",
    "common",
    "log",
    "format"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lludol/clf-date.git"
  },
  "author": "lludol",
  "license": "MIT",
  "devDependencies": {
    "@guivic/eslint-config-guivic": "^0.3.1",
    "chai": "^4.2.0",
    "eslint": "^8.24.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0"
  }
}
