You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/package.json

28 lines
762 B

{
"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.2.25",
"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"
}
}