github.com/hashicorp/packer@v1.14.3/website/package.json (about) 1 { 2 "name": "packer-docs", 3 "description": "Documentation website for HashiCorp Packer", 4 "version": "1.0.0", 5 "author": "HashiCorp", 6 "devDependencies": { 7 "@hashicorp/platform-cli": "^2.7.3", 8 "@hashicorp/platform-content-conformance": "^0.0.12", 9 "dart-linkcheck": "^2.0.15", 10 "husky": "^9.0.7", 11 "next": "^14.2.25", 12 "prettier": "^3.2.4" 13 }, 14 "main": "index.js", 15 "scripts": { 16 "build": "./scripts/website-build.sh", 17 "format": "next-hashicorp format", 18 "lint": "next-hashicorp lint", 19 "start": "./scripts/website-start.sh", 20 "linkcheck": "linkcheck https://packer.io", 21 "content-check": "hc-content --config base-docs", 22 "prepare": "cd .. && husky website/.husky" 23 }, 24 "engines": { 25 "npm": ">=9.6.7" 26 } 27 }