{
	"name": "typedoc-theme-yaf",
	"version": "0.0.4",
	"description": "A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.",
	"keywords": [
		"typedoc",
		"typedoc-theme",
		"typescript",
		"documentation",
		"theme"
	],
	"main": "./src/index",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/citkane/typedoc-theme-yaf.git"
	},
	"author": "Michael Jonker",
	"license": "MIT",
	"engines": {
		"npm": ">=6.0.0",
		"node": ">=14.0.0"
	},
	"dependencies": {
		"@wooorm/starry-night": "^1.3.0",
		"fs-extra": "^10.1.0",
		"hast-util-to-html": "^8.0.3",
		"typedoc": "^0.23",
		"typedoc-plugin-versions": "^0.2.3"
	},
	"peerDependencies": {
		"typedoc": "^0.23"
	}
}
