{
  "name": "eslint-plugin-log",
  "version": "1.2.7",
  "description": "👕 ESLint plugin: log the paths of all files being checked",
  "keywords": [
    "eslint",
    "plugin",
    "log",
    "filename",
    "list",
    "files",
    "👕"
  ],
  "author": "omrilotan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omrilotan/eslint-plugin-log.git"
  },
  "homepage": "https://omrilotan.com/eslint-plugin-log/",
  "main": "index.js",
  "scripts": {
    "test": "mocha '**/spec.js' --require .mocha.js",
    "lint": "standard"
  },
  "peerDependencies": {
    "eslint": "*"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "common-js-file-extensions": "^1.0.4",
    "yargs-parser": "^20.0.0"
  },
  "devDependencies": {
    "@lets/wait": "^2.0.2",
    "chai": "^4.2.0",
    "chai-string": "^1.5.0",
    "mocha": "^8.2.1",
    "standard": "^16.0.3"
  }
}
