UNPKG

starlight-llms-txt

Version:

Generate llms.txt files to train large language models on your Starlight documentation website

48 lines 1.25 kB
{ "name": "starlight-llms-txt", "version": "0.11.0", "license": "MIT", "description": "Generate llms.txt files to train large language models on your Starlight documentation website", "author": "delucis", "type": "module", "exports": { ".": "./index.ts" }, "dependencies": { "@astrojs/mdx": "^7.0.0", "@types/hast": "^3.0.4", "@types/micromatch": "^4.0.10", "github-slugger": "^2.0.0", "hast-util-select": "^6.0.4", "micromatch": "^4.0.8", "rehype-parse": "^9.0.1", "rehype-remark": "^10.0.1", "remark-gfm": "^4.0.1", "remark-stringify": "^11.0.0", "unified": "^11.0.5", "unist-util-remove": "^4.0.0" }, "devDependencies": { "@astrojs/starlight": "^0.41.1", "astro": "^7.0.3" }, "peerDependencies": { "@astrojs/starlight": ">=0.41.0", "astro": "^7.0.0" }, "publishConfig": { "access": "public" }, "homepage": "https://delucis.github.io/starlight-llms-txt/", "repository": { "type": "git", "url": "https://github.com/delucis/starlight-llms-txt.git", "directory": "packages/starlight-llms-txt" }, "bugs": "https://github.com/delucis/starlight-llms-txt/issues", "keywords": [ "llms.txt", "withastro", "starlight" ] }