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.
boundary/website/package.json

31 lines
780 B

{
"name": "boundary-docs",
"description": "Documentation website for Boundary",
"version": "1.0.0",
"author": "HashiCorp",
"engines": {
"node": ">=22.17.1",
"npm": ">=9.6.7"
},
"devDependencies": {
"@hashicorp/platform-cli": "^2.6.0",
"@hashicorp/platform-content-conformance": "^0.0.10",
"husky": "4.3.8",
"next": "^14.1.0",
"prettier": "2.2.1"
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"scripts": {
"build": "./scripts/website-build.sh",
"format": "next-hashicorp format",
"generate:readme": "next-hashicorp markdown-blocks README.md",
"lint": "next-hashicorp lint",
"start": "./scripts/website-start.sh",
"content-check": "hc-content --config base-docs"
}
}