packer/website/package.json
Heat Hamilton 767005149c
website: fix husky command (#12821)
* Change husky pre-commit hook to work in sub-directory of .git

* Added dart-linkcheck back in for linkcheck command
2024-01-30 17:25:03 -05:00

27 lines
761 B
JSON

{
"name": "packer-docs",
"description": "Documentation website for HashiCorp Packer",
"version": "1.0.0",
"author": "HashiCorp",
"devDependencies": {
"@hashicorp/platform-cli": "^2.7.3",
"@hashicorp/platform-content-conformance": "^0.0.12",
"dart-linkcheck": "^2.0.15",
"husky": "^9.0.7",
"next": "^14.0.4",
"prettier": "^3.2.4"
},
"main": "index.js",
"scripts": {
"build": "./scripts/website-build.sh",
"format": "next-hashicorp format",
"lint": "next-hashicorp lint",
"start": "./scripts/website-start.sh",
"linkcheck": "linkcheck https://packer.io",
"content-check": "hc-content --config base-docs",
"prepare": "cd .. && husky website/.husky"
},
"engines": {
"npm": ">=9.6.7"
}
}