{
	"name": "@hv/celestial",
	"type": "module",
	"version": "0.2.9",
	"publishConfig": {
		"access": "public"
	},
	"description": "A styleguide for documenting your Astro-components",
	"bin": {
		"celestial": "dist/cli.js"
	},
	"engines": {
		"node": ">=16.0.0"
	},
	"exports": {
		".": "./dist/index.js",
		"./Docs": "./static/components/Docs.astro"
	},
	"dependencies": {
		"@types/fs-extra": "^11.0.4",
		"@types/node": "^20.11.24",
		"chokidar": "^3.6.0",
		"fs-extra": "^11.2.0",
		"glob": "^10.3.10",
		"linkedom": "^0.16.11",
		"typescript": "^5.3.3"
	},
	"scripts": {
		"build": "tsc --build --clean && tsc --build && chmod +x dist/cli.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hinderlingvolkart/celestial.git"
	},
	"keywords": [
		"styleguide",
		"Astro",
		"celestial",
		"javascript",
		"typescript"
	],
	"author": "hv-pul",
	"license": "GPL-3.0-only",
	"bugs": {
		"url": "https://github.com/hinderlingvolkart/celestial/issues"
	},
	"homepage": "https://github.com/hinderlingvolkart/celestial#readme"
}
