mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 11:42:58 -06:00
14 lines
213 B
JSON
14 lines
213 B
JSON
|
{
|
||
|
"name": "terraform-docs-preview",
|
||
|
"private": "true",
|
||
|
"scripts": {
|
||
|
"build": "./scripts/website-build.sh"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"next": "^12.1.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"npm": ">=7.0.0"
|
||
|
}
|
||
|
}
|