{ "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" } }