-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 995 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}