29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"name": "vagrant-docs",
|
|
"description": "Documentation website for HashiCorp Vagrant",
|
|
"version": "1.0.0",
|
|
"author": "HashiCorp",
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^1.2.0",
|
|
"husky": "4.3.8",
|
|
"next": "^12.3.1",
|
|
"prettier": "2.2.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "next-hashicorp precommit"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/website-build.sh",
|
|
"format": "next-hashicorp format",
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
|
"lint": "next-hashicorp lint",
|
|
"linkcheck": "linkcheck https://vagrantup.com",
|
|
"start": "./scripts/website-start.sh"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|