2020-03-18 18:46:47 -04:00
|
|
|
{
|
|
|
|
|
"name": "packer-docs",
|
2020-05-29 16:37:50 -04:00
|
|
|
"description": "Documentation website for HashiCorp Packer",
|
|
|
|
|
"version": "1.0.0",
|
2020-03-18 18:46:47 -04:00
|
|
|
"author": "HashiCorp",
|
|
|
|
|
"devDependencies": {
|
2023-03-21 15:49:21 -04:00
|
|
|
"@hashicorp/platform-cli": "^2.6.0",
|
|
|
|
|
"@hashicorp/platform-content-conformance": "^0.0.10",
|
2020-07-13 06:33:16 -04:00
|
|
|
"dart-linkcheck": "2.0.15",
|
2022-04-20 16:51:18 -04:00
|
|
|
"husky": "4.3.8",
|
2022-10-06 14:34:05 -04:00
|
|
|
"next": "^12.3.1",
|
2022-04-20 16:51:18 -04:00
|
|
|
"prettier": "2.2.1"
|
2020-03-18 18:46:47 -04:00
|
|
|
},
|
2021-10-05 11:38:58 -04:00
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-03-18 18:46:47 -04:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2022-04-20 16:51:18 -04:00
|
|
|
"build": "./scripts/website-build.sh",
|
2020-03-18 18:46:47 -04:00
|
|
|
"format": "next-hashicorp format",
|
|
|
|
|
"lint": "next-hashicorp lint",
|
2022-04-20 16:51:18 -04:00
|
|
|
"start": "./scripts/website-start.sh",
|
2023-03-21 15:49:21 -04:00
|
|
|
"linkcheck": "linkcheck https://packer.io",
|
|
|
|
|
"content-check": "hc-content --config base-docs"
|
2021-10-04 10:35:33 -04:00
|
|
|
},
|
2021-10-05 11:38:58 -04:00
|
|
|
"engines": {
|
|
|
|
|
"npm": ">=7.0.0"
|
|
|
|
|
}
|
2020-03-18 18:46:47 -04:00
|
|
|
}
|