open-consul/website/package.json

32 lines
798 B
JSON
Raw Normal View History

2020-04-06 20:27:35 +00:00
{
"name": "consul-docs",
"description": "Description of your website",
"version": "0.0.1",
"author": "HashiCorp",
2022-04-19 17:32:02 +00:00
"dependencies": {},
2020-04-06 20:27:35 +00:00
"devDependencies": {
"@hashicorp/platform-cli": "^1.2.0",
2020-07-02 19:05:28 +00:00
"dart-linkcheck": "2.0.15",
2022-04-19 17:32:02 +00:00
"husky": "4.3.8",
"prettier": "2.2.1"
2020-04-06 20:27:35 +00:00
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"main": "index.js",
"scripts": {
"build": "./scripts/website-build.sh",
2020-04-06 20:27:35 +00:00
"format": "next-hashicorp format",
"generate:component": "next-hashicorp generate component",
2020-06-12 01:00:05 +00:00
"generate:readme": "next-hashicorp markdown-blocks README.md",
2020-04-06 20:27:35 +00:00
"lint": "next-hashicorp lint",
"start": "./scripts/website-start.sh",
2020-04-06 20:27:35 +00:00
"linkcheck": "linkcheck https://consul.io"
},
"engines": {
"npm": ">=7.0.0"
2020-04-06 20:27:35 +00:00
}
}