{
	"name": "vitepress-plugin-llms",
	"version": "1.13.4",
	"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": {
			"types": "./dist/vitepress-components/composables/copy-or-download-as-markdown-buttons.d.ts",
			"import": "./dist/vitepress-components/composables/copy-or-download-as-markdown-buttons.js"
		},
		"./vitepress-components/*.vue": {
			"import": "./dist/vitepress-components/*.vue"
		}
	},
	"scripts": {
		"lint:oxc": "oxlint",
		"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": {
		"@11ty/gray-matter": "^2.1.0",
		"markdown-it": "^14.1.0",
		"markdown-title": "^1.0.2",
		"mdast-util-from-markdown": "^2.0.3",
		"millify": "^6.1.0",
		"minimatch": "^10.2.6",
		"path-to-regexp": "^6.3.0",
		"picocolors": "^1.1.1",
		"pretty-bytes": "^7.1.1",
		"remark": "^15.0.1",
		"remark-frontmatter": "^5.0.0",
		"tokenx": "^1.6.0",
		"unist-util-remove": "^4.0.0",
		"unist-util-visit": "^5.1.0"
	},
	"devDependencies": {
		"@commitlint/types": "^21.2.0",
		"@tsconfig/strictest": "^2.0.8",
		"@types/node": "18.0.0",
		"@typescript/native-preview": "7.0.0-dev.20260707.2",
		"bun-types": "1.3.1",
		"bunup": "0.16.32",
		"console-fail-test": "^0.6.0",
		"cspell": "^10.0.0",
		"dedent": "^1.7.2",
		"eslint-plugin-perfectionist": "^5.10.0",
		"husky": "^9.1.7",
		"nano-staged": "^1.0.2",
		"oxfmt": "^0.61.0",
		"oxlint": "1.76.0",
		"oxlint-tsgolint": "^7.0.2001",
		"vitepress": "1.4.1"
	},
	"engines": {
		"node": ">=18"
	},
	"trustedDependencies": [
		"esbuild"
	]
}
