{ "name": "vagrant-docs", "description": "Documentation website for HashiCorp Vagrant", "version": "1.0.0", "author": "HashiCorp", "dependencies": {}, "devDependencies": { "@hashicorp/platform-cli": "^1.2.0", "husky": "4.3.8", "prettier": "2.2.1" }, "husky": { "hooks": { "pre-commit": "next-hashicorp precommit" } }, "scripts": { "build": "./scripts/website-build.sh", "format": "next-hashicorp format", "generate:readme": "next-hashicorp markdown-blocks README.md", "lint": "next-hashicorp lint", "linkcheck": "linkcheck https://vagrantup.com", "start": "./scripts/website-start.sh" }, "engines": { "npm": ">=7.0.0" } }