Files
Packer-Cn/website/package.json
T

32 lines
796 B
JSON
Raw Normal View History

2020-03-18 18:46:47 -04:00
{
"name": "packer-docs",
"description": "Documentation website for HashiCorp Packer",
"version": "1.0.0",
2020-03-18 18:46:47 -04:00
"author": "HashiCorp",
"devDependencies": {
"@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",
"husky": "4.3.8",
2022-10-06 18:34:05 +00:00
"next": "^12.3.1",
"prettier": "2.2.1"
2020-03-18 18:46:47 -04:00
},
2021-10-05 10:38:58 -05:00
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
2020-03-18 18:46:47 -04:00
"main": "index.js",
"scripts": {
"build": "./scripts/website-build.sh",
2020-03-18 18:46:47 -04:00
"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"
2021-10-04 09:35:33 -05:00
},
2021-10-05 10:38:58 -05:00
"engines": {
"npm": ">=7.0.0"
}
2020-03-18 18:46:47 -04:00
}