{
"name": "contextvm-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"gen-llmtxt": "repomix --quiet --style plain --compress --no-file-summary --no-directory-structure -o ./public/llms.txt src/content"
},
"dependencies": {
"@astrojs/starlight": "0.37.1",
"astro": "5.16.4",
"prettier": "^3.8.1",
"sharp": "^0.34.5"
},
"overrides": {
"zod": "^3.25.76"
},
"devDependencies": {
"repomix": "^1.11.1"
}
}