{ "name": "nomad-docs-platform", "description": "Documentation website for Nomad", "version": "1.0.0", "author": "HashiCorp", "engines": { "node": "14.x - 16.x", "npm": ">=7.0.0" }, "devDependencies": { "@hashicorp/platform-cli": "^2.3.0", "dart-linkcheck": "2.0.15", "husky": "4.3.8", "next": "^12.3.1", "prettier": "2.2.1" }, "husky": { "hooks": { "pre-commit": "next-hashicorp precommit" } }, "scripts": { "build": "./scripts/website-build.sh", "format": "next-hashicorp format", "generate:component": "next-hashicorp generate component", "generate:readme": "next-hashicorp markdown-blocks README.md", "lint": "next-hashicorp lint", "start": "./scripts/website-start.sh", "linkcheck": "linkcheck https://www.nomadproject.io" } }