| { | |
| "name": "terraform-docs-preview", | |
| "private": "true", | |
| "scripts": { | |
| "build": "./scripts/website-build.sh", | |
| "content-check": "hc-content --config base-docs" | |
| }, | |
| "devDependencies": { | |
| "@hashicorp/platform-cli": "^2.8.0", | |
| "@hashicorp/platform-content-conformance": "^0.0.12", | |
| "next": "^14.2.25" | |
| }, | |
| "engines": { | |
| "npm": ">=9.6.7", | |
| "node": ">=18.17.0 <= 20.x" | |
| } | |
| } |