You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/package.json

14 lines
213 B

{
"name": "terraform-docs-preview",
"private": "true",
"scripts": {
"build": "./scripts/website-build.sh"
},
"devDependencies": {
"next": "^12.1.0"
},
"engines": {
"npm": ">=7.0.0"
}
}