{
	"name": "onmax-vitepress-plugin-llms",
	"description": "📜 A VitePress plugin for generating LLM-friendly documentation",
	"version": "0.0.7",
	"license": "MIT",
	"author": "Okinea Dev <hi@okinea.dev> (https://github.com/okineadev)",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/okineadev/vitepress-plugin-llms.git"
	},
	"funding": "https://github.com/okineadev/vitepress-plugin-llms?sponsor=1",
	"keywords": ["vitepress", "plugin", "vite-plugin", "vitepress-plugin", "llms", "documentation", "ai"],
	"type": "module",
	"files": ["dist/"],
	"types": "./dist/index.d.ts",
	"module": "./dist/index.js",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"scripts": {
		"lint": "biome check --fix",
		"format": "biome format --write",
		"test": "bun test",
		"preversion": "bun run format && git add .",
		"build": "bunup",
		"prepare": "husky"
	},
	"lint-staged": {
		"*": "bun run format --no-errors-on-unmatched"
	},
	"dependencies": {
		"byte-size": "^9.0.1",
		"gray-matter": "^4.0.3",
		"markdown-title": "^1.0.2",
		"millify": "^6.1.0",
		"minimatch": "^10.0.1",
		"picocolors": "^1.1.1",
		"remark": "^15.0.1",
		"remark-frontmatter": "^5.0.0",
		"tokenx": "^1.0.0",
		"unist-util-remove": "^4.0.0",
		"unist-util-visit": "^5.0.0"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/byte-size": "^8.1.2",
		"@types/node": "^22.15.18",
		"bun-types": "^1.2.13",
		"bunup": "0.8.6",
		"husky": "^9.1.7",
		"lint-staged": "^16.0.0",
		"typescript": "^5.8.3",
		"vitepress": "^1.6.3"
	},
	"trustedDependencies": ["@actions/github-script", "@biomejs/biome", "esbuild"]
}
