{
  "name": "eleventy-plugin-git-commit-date",
  "version": "1.0.2",
  "description": "Eleventy plugin to get Git commit time of a file, or a Eleventy collection.",
  "main": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com:saneef/eleventy-plugin-git-commit-date.git"
  },
  "scripts": {
    "lint": "eslint src/**.js tests/**.js",
    "test": "ava"
  },
  "keywords": [
    "last-updated",
    "modified",
    "git",
    "eleventy",
    "11ty",
    "eleventy-plugin"
  ],
  "author": "Saneef Ansari <hello@saneef.com> (https://saneef.com/)",
  "license": "MIT",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "ava": "^6.4.1",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-xo-space": "^0.35.0",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^16.5.0",
    "lefthook": "^2.0.13",
    "prettier": "^3.7.4",
    "prettier-plugin-jsdoc": "^1.8.0"
  }
}
