mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-05 12:45:10 +01:00
28 lines
762 B
JSON
28 lines
762 B
JSON
{
|
|
"name": "packer-docs",
|
|
"description": "Documentation website for HashiCorp Packer",
|
|
"version": "1.0.0",
|
|
"author": "HashiCorp",
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^2.7.3",
|
|
"@hashicorp/platform-content-conformance": "^0.0.12",
|
|
"dart-linkcheck": "^2.0.15",
|
|
"husky": "^9.0.7",
|
|
"next": "^14.2.25",
|
|
"prettier": "^3.2.4"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "./scripts/website-build.sh",
|
|
"format": "next-hashicorp format",
|
|
"lint": "next-hashicorp lint",
|
|
"start": "./scripts/website-start.sh",
|
|
"linkcheck": "linkcheck https://packer.io",
|
|
"content-check": "hc-content --config base-docs",
|
|
"prepare": "cd .. && husky website/.husky"
|
|
},
|
|
"engines": {
|
|
"npm": ">=9.6.7"
|
|
}
|
|
}
|