32 lines
798 B
JSON
32 lines
798 B
JSON
{
|
|
"name": "consul-docs",
|
|
"description": "Description of your website",
|
|
"version": "0.0.1",
|
|
"author": "HashiCorp",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^1.2.0",
|
|
"dart-linkcheck": "2.0.15",
|
|
"husky": "4.3.8",
|
|
"prettier": "2.2.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "next-hashicorp precommit"
|
|
}
|
|
},
|
|
"main": "index.js",
|
|
"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://consul.io"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|