Files
site/themes/github.com/schnerring/hugo-mod-json-resume/package.hugo.json
2024-01-07 08:49:07 -05:00

39 lines
1.1 KiB
JSON

{
"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": "3743342+schnerring@users.noreply.github.com",
"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 install"
},
"lint-staged": {
"*.md": "markdownlint --fix"
},
"dependencies": {
"simple-icons": "^11.0.0"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.38.0",
"prettier": "^3.1.1",
"prettier-plugin-go-template": "^0.0.15"
}
}