mirror of https://github.com/status-im/consul.git
30 lines
876 B
JSON
30 lines
876 B
JSON
{
|
|
"name": "consul-docs",
|
|
"description": "Description of your website",
|
|
"version": "0.0.1",
|
|
"author": "HashiCorp",
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^2.7.3",
|
|
"@hashicorp/platform-content-conformance": "^0.0.12",
|
|
"dart-linkcheck": "^2.0.15",
|
|
"husky": "^9.0.7",
|
|
"next": "^12.3.1",
|
|
"prettier": "^3.2.4"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "./scripts/website-build.sh",
|
|
"format": "next-hashicorp format",
|
|
"prepare": "cd .. && husky website/.husky",
|
|
"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://consul.io",
|
|
"content-check": "hc-content --config base-docs"
|
|
},
|
|
"engines": {
|
|
"npm": ">=9.6.7"
|
|
}
|
|
}
|