38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "vault-docs",
|
||
|
"description": "HashiCorp Vault documentation website",
|
||
|
"version": "1.0.0",
|
||
|
"author": "HashiCorp",
|
||
|
"devDependencies": {
|
||
|
"@hashicorp/platform-cli": "^2.6.0",
|
||
|
"@hashicorp/platform-content-conformance": "^0.0.9",
|
||
|
"dart-linkcheck": "2.0.15",
|
||
|
"next": "^12.3.1",
|
||
|
"prettier": "2.2.1",
|
||
|
"simple-git-hooks": "^2.6.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"npm": ">=7.0.0",
|
||
|
"node": ">=12.0.0 <= 16.x"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/hashicorp/vault",
|
||
|
"directory": "website"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "./scripts/website-build.sh",
|
||
|
"format": "next-hashicorp format",
|
||
|
"generate:component": "next-hashicorp generate component",
|
||
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
||
|
"linkcheck": "linkcheck https://www.vaultproject.io",
|
||
|
"lint": "next-hashicorp lint",
|
||
|
"postinstall": "simple-git-hooks",
|
||
|
"start": "./scripts/website-start.sh",
|
||
|
"content-check": "hc-content --config base-docs"
|
||
|
},
|
||
|
"simple-git-hooks": {
|
||
|
"pre-commit": "cd website && ./node_modules/.bin/next-hashicorp precommit"
|
||
|
}
|
||
|
}
|