You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/package.json

29 lines
669 B

{
"name": "boundary-docs",
"description": "Documentation website for Boundary",
"version": "1.0.0",
"author": "HashiCorp",
"engines": {
"node": "14.x - 16.x",
"npm": ">=7.0.0"
},
"dependencies": {},
"devDependencies": {
"@hashicorp/platform-cli": "^1.2.0",
"husky": "4.3.8",
"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",
"start": "./scripts/website-start.sh"
}
}