{
	"name": "vitepress-plugin-llms",
	"version": "1.11.0",
	"description": "📜 A VitePress plugin for generating LLM-friendly documentation",
	"keywords": [
		"ai",
		"documentation",
		"llms",
		"plugin",
		"vite-plugin",
		"vitepress",
		"vitepress-plugin"
	],
	"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/sponsors/okineadev",
	"files": [
		"dist/",
		"patches/mdast-util-to-markdown@*.patch"
	],
	"type": "module",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		},
		"./vitepress-components/*.vue": {
			"import": "./dist/vitepress-components/*.vue"
		}
	},
	"scripts": {
		"lint:oxc": "oxlint --type-aware --type-check",
		"lint:spell": "cspell --gitignore .",
		"lint": "bun run lint:oxc && bun run lint:spell",
		"format": "oxfmt",
		"format:check": "oxfmt --check",
		"test": "bun test --concurrent",
		"preversion": "bun run format && git add .",
		"build": "bunup",
		"dev": "bunup --watch",
		"prepare": "husky"
	},
	"dependencies": {
		"gray-matter": "^4.0.3",
		"markdown-it": "^14.1.0",
		"markdown-title": "^1.0.2",
		"mdast-util-from-markdown": "^2.0.2",
		"millify": "^6.1.0",
		"minimatch": "^10.1.1",
		"path-to-regexp": "^6.3.0",
		"picocolors": "^1.1.1",
		"pretty-bytes": "^7.1.0",
		"remark": "^15.0.1",
		"remark-frontmatter": "^5.0.0",
		"tokenx": "^1.2.1",
		"unist-util-remove": "^4.0.0",
		"unist-util-visit": "^5.0.0"
	},
	"devDependencies": {
		"@commitlint/types": "^20.2.0",
		"@tsconfig/strictest": "^2.0.8",
		"@types/node": "18.0.0",
		"@typescript/native-preview": "^7.0.0-dev.20260203.1",
		"bun-types": "1.3.1",
		"bunup": "0.16.11",
		"console-fail-test": "^0.6.0",
		"cspell": "^9.4.0",
		"dedent": "^1.7.1",
		"husky": "^9.1.7",
		"lint-staged": "^16.2.7",
		"oxfmt": "^0.28.0",
		"oxlint": "^1.43.0",
		"oxlint-tsgolint": "^0.11.4",
		"typescript": "^5.9.3",
		"vitepress": "1.4.1"
	},
	"patchedDependencies": {
		"mdast-util-to-markdown@2.1.2": "patches/mdast-util-to-markdown@2.1.2.patch",
		"oxfmt@0.28.0": "patches/oxfmt@0.28.0.patch"
	},
	"trustedDependencies": [
		"esbuild"
	]
}
