Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
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.

32 lines
798 B

5 years ago
{
"name": "consul-docs",
"description": "Description of your website",
"version": "0.0.1",
"author": "HashiCorp",
"dependencies": {},
5 years ago
"devDependencies": {
"@hashicorp/platform-cli": "^1.2.0",
"dart-linkcheck": "2.0.15",
"husky": "4.3.8",
"prettier": "2.2.1"
5 years ago
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"main": "index.js",
"scripts": {
"build": "./scripts/website-build.sh",
5 years ago
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
5 years ago
"generate:readme": "next-hashicorp markdown-blocks README.md",
5 years ago
"lint": "next-hashicorp lint",
"start": "./scripts/website-start.sh",
5 years ago
"linkcheck": "linkcheck https://consul.io"
},
"engines": {
"npm": ">=7.0.0"
5 years ago
}
}