UNPKG

vitepress-plugin-llms

Version:

📜 A VitePress plugin for generating LLM-friendly documentation

70 lines (69 loc) • 1.7 kB
{ "name": "vitepress-plugin-llms", "description": "📜 A VitePress plugin for generating LLM-friendly documentation", "version": "1.1.2", "license": "MIT", "author": { "name": "Okinea Dev", "email": "hi@okinea.dev", "url": "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", "types": "./dist/index.d.ts", "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "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": "^0.4.1", "unist-util-remove": "^4.0.0" }, "devDependencies": { "@actions/github-script": "github:actions/github-script", "@biomejs/biome": "1.9.4", "@types/byte-size": "^8.1.2", "@types/node": "^22.13.10", "bun-types": "^1.2.5", "bunup": "^0.4.31", "husky": "^9.1.7", "lint-staged": "^15.5.0", "typescript": "^5.8.3", "vitepress": "^1.6.3" }, "trustedDependencies": ["@biomejs/biome", "esbuild"] }