-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.hugo.json
38 lines (38 loc) · 1.07 KB
/
package.hugo.json
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": "hugo-mod-json-resume",
"version": "1.0.0",
"description": "Hugo shortcodes to add structured JSON Resume data to your Hugo site.",
"author": {
"name": "Michael Schnerring",
"email": "[email protected]",
"url": "https://schnerring.net"
},
"license": "MIT",
"homepage": "https://github.com/schnerring/hugo-mod-json-resume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/schnerring/hugo-mod-json-resume.git"
},
"bugs": {
"url": "https://github.com/schnerring/hugo-mod-json-resume/issues"
},
"keywords": ["hugo", "json-resume"],
"scripts": {
"lint:md": "markdownlint --fix **/*.md",
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
"prepare": "husky"
},
"lint-staged": {
"*.md": "markdownlint --fix"
},
"dependencies": {
"simple-icons": "^13.16.0"
},
"devDependencies": {
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdownlint-cli": "^0.42.0",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15"
}
}