mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-27 09:21:14 -06:00
17 lines
366 B
JSON
17 lines
366 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.6.0",
|
|
"@hashicorp/platform-content-conformance": "^0.0.10",
|
|
"next": "^12.1.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|