forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 920 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "consul-docs",
"description": "Description of your website",
"version": "0.0.1",
"author": "HashiCorp",
"devDependencies": {
"@hashicorp/platform-cli": "^2.8.0",
"@hashicorp/platform-content-conformance": "^0.0.12",
"dart-linkcheck": "^2.0.15",
"husky": "^9.0.7",
"next": "^12.3.1",
"prettier": "^3.6.2"
},
"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"
},
"overrides": {
"nanoid": "3.3.8"
},
"engines": {
"npm": ">=9.6.7"
}
}