mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
30 lines
914 B
JSON
30 lines
914 B
JSON
{
|
|
"name": "nomad-docs-platform",
|
|
"description": "Documentation website for Nomad",
|
|
"version": "1.0.0",
|
|
"author": "HashiCorp",
|
|
"engines": {
|
|
"npm": ">=9.6.7",
|
|
"node": ">=18.x <=20.x"
|
|
},
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^2.7.3",
|
|
"@hashicorp/platform-content-conformance": "^0.0.12",
|
|
"dart-linkcheck": "^2.0.15",
|
|
"husky": "^9.0.7",
|
|
"next": "14.0.4",
|
|
"prettier": "^3.2.4"
|
|
},
|
|
"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://developer.hashicorp.com/nomad",
|
|
"content-check": "hc-content --config base-docs",
|
|
"prepare": "cd .. && husky website/.husky"
|
|
}
|
|
}
|