vitepress-plugin-llms
Version:
📜 A VitePress plugin for generating LLM-friendly documentation
81 lines (80 loc) • 1.97 kB
JSON
{
"name": "vitepress-plugin-llms",
"description": "📜 A VitePress plugin for generating LLM-friendly documentation",
"version": "1.7.2",
"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"
},
"./vitepress-components/*.vue": {
"import": "./dist/vitepress-components/*.vue"
}
},
"scripts": {
"lint:tsc": "tsc --noEmit -p tsconfig.node.json",
"lint:biome": "biome check",
"lint:spell": "cspell --gitignore .",
"lint": "bun run lint:tsc && bun run lint:biome && bun run lint:spell",
"format": "biome format --write",
"test": "bun test",
"preversion": "bun run format && git add .",
"build": "bunup",
"dev": "bunup --watch",
"prepare": "husky"
},
"dependencies": {
"byte-size": "^9.0.1",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"markdown-title": "^1.0.2",
"millify": "^6.1.0",
"minimatch": "^10.0.3",
"path-to-regexp": "^8.2.0",
"picocolors": "^1.1.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"tokenx": "^1.1.0",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@types/byte-size": "^8.1.2",
"@types/node": "^24.0.4",
"bun-types": "^1.2.17",
"bunup": "0.8.60",
"cspell": "^9.1.5",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"typescript": "^5.8.3",
"vitepress": "^1.6.3"
},
"trustedDependencies": [
"@actions/github-script",
"@biomejs/biome",
"esbuild"
]
}