ashim/apps/docs/package.json
Siddharth Kumar Sah 6a362d6443 feat(docs): auto-generate llms.txt via vitepress-plugin-llms
Replace static llms.txt and llms-full.txt with auto-generated versions
that stay in sync with docs on every build. The plugin also generates
per-page .md files for individual page fetching by LLMs.
2026-04-08 00:53:26 +08:00

16 lines
356 B
JSON

{
"name": "@stirling-image/docs",
"version": "1.10.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview ."
},
"devDependencies": {
"tsx": "^4.19.0",
"vitepress": "^1.1.4",
"vitepress-plugin-llms": "^1.12.0"
},
"license": "AGPL-3.0"
}