Files
docs/package.json
T
minori 0e1b6e8889
Node.js CI / CI (pull_request) Successful in 1m3s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m38s
deps: update astro to 5.17.0
2026-02-08 07:00:38 -08:00

28 lines
589 B
JSON

{
"name": "documentation",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"lint": "cspell src/content/docs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest --run"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/starlight": "0.37.1",
"astro": "5.17.0",
"astro-mermaid": "1.2.0",
"mermaid": "11.12.2",
"typescript": "5.9.3"
},
"devDependencies": {
"cspell": "9.4.0",
"gray-matter": "4.0.3",
"vitest": "4.0.15"
}
}