mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "terraform-docs-preview",
|
|
"private": "true",
|
|
"scripts": {
|
|
"build": "./scripts/website-build.sh",
|
|
"content-check": "hc-content --config base-docs"
|
|
},
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^2.7.3",
|
|
"@hashicorp/platform-content-conformance": "^0.0.12",
|
|
"next": "^14.0.4"
|
|
},
|
|
"engines": {
|
|
"npm": ">=9.6.7",
|
|
"node": ">=18.17.0 <= 20.x"
|
|
}
|
|
}
|