Files
Packer-Cn/website/package.json
T

30 lines
684 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": {
2022-04-21 09:16:10 -05:00
"@hashicorp/platform-cli": "^2.1.0",
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",
2020-04-07 17:50:07 -04:00
"linkcheck": "linkcheck https://packer.io"
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
}