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

54 lines
1.4 KiB
JSON

{
"author": {
"email": "3743342+schnerring@users.noreply.github.com",
"name": "Michael Schnerring",
"url": "https://schnerring.net"
},
"bugs": {
"url": "https://github.com/schnerring/hugo-mod-json-resume/issues"
},
"comments": {
"dependencies": {
"simple-icons": "project"
},
"devDependencies": {
"husky": "project",
"lint-staged": "project",
"markdownlint-cli": "project",
"prettier": "project",
"prettier-plugin-go-template": "project"
}
},
"dependencies": {
"simple-icons": "^11.0.0"
},
"description": "Hugo shortcodes to add structured JSON Resume data to your Hugo site.",
"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"
},
"homepage": "https://github.com/schnerring/hugo-mod-json-resume#readme",
"keywords": [
"hugo",
"json-resume"
],
"license": "MIT",
"lint-staged": {
"*.md": "markdownlint --fix"
},
"name": "hugo-mod-json-resume",
"repository": {
"type": "git",
"url": "git+https://github.com/schnerring/hugo-mod-json-resume.git"
},
"scripts": {
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
"lint:md": "markdownlint --fix **/*.md",
"prepare": "husky install"
},
"version": "1.0.0"
}