34 lines
939 B
JSON
34 lines
939 B
JSON
{
|
|
"name": "nomad-docs-platform",
|
|
"description": "Documentation website for Nomad",
|
|
"version": "1.0.0",
|
|
"author": "HashiCorp",
|
|
"engines": {
|
|
"node": "14.x - 16.x",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^2.6.0",
|
|
"@hashicorp/platform-content-conformance": "^0.0.11",
|
|
"dart-linkcheck": "^2.0.15",
|
|
"husky": "4.3.8",
|
|
"next": "^13.4.2",
|
|
"prettier": "2.8.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "next-hashicorp precommit"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/website-build.sh",
|
|
"format": "next-hashicorp format",
|
|
"generate:component": "next-hashicorp generate component",
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
|
"lint": "next-hashicorp lint",
|
|
"start": "./scripts/website-start.sh",
|
|
"linkcheck": "linkcheck https://www.nomadproject.io",
|
|
"content-check": "hc-content --config base-docs"
|
|
}
|
|
}
|