{
	"name": "hdoc-tools",
	"version": "0.55.0",
	"description": "Hornbill HDocBook Development Support Tool",
	"main": "hdoc.js",
	"bin": {
		"hdoc": "./hdoc.js"
	},
	"files": [
		"hdoc.js",
		"hdoc-db.js",
		"hdoc-build.js",
		"hdoc-build-db.js",
		"hdoc-build-onyx.js",
		"hdoc-build-pdf.js",
		"hdoc-bump.js",
		"hdoc-content-routes.js",
		"hdoc-create.js",
		"hdoc-edit.js",
		"hdoc-help.js",
		"hdoc-init.js",
		"hdoc-install-browser.js",
		"hdoc-mermaid.js",
		"hdoc-module.js",
		"hdoc-serve.js",
		"hdoc-stats.js",
		"hdoc-validate.js",
		"hdoc-validate-config.js",
		"hdoc-ver.js",
		"validateNodeVer.js",
		".puppeteerrc.cjs",
		"ui",
		"custom_modules",
		"schemas",
		"templates",
		"templates/init/.npmignore",
		"templates/init/gitignore",
		"npm-shrinkwrap.json"
	],
	"scripts": {
		"preinstall": "node validateNodeVer",
		"test": "echo \"Error: no test specified\" && exit 1",
		"postinstall": "node hdoc-install-browser.js"
	},
	"author": "Hornbill Technologies Ltd",
	"license": "ISC",
	"dependencies": {
		"@mermaid-js/layout-elk": "0.2.1",
		"american-british-english-translator": "0.2.1",
		"archiver": "8.0.0",
		"better-sqlite3": "12.11.1",
		"cheerio": "1.2.0",
		"compression": "1.8.1",
		"express": "5.2.1",
		"markdown-it": "14.2.0",
		"markdown-it-container": "4.0.0",
		"markdown-it-front-matter": "0.2.4",
		"mermaid": "11.15.0",
		"puppeteer": "25.1.0"
	}
}
