Files
docs/package.json
T
minori 0f487aeac6
Node.js CI / CI (pull_request) Successful in 1m11s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m30s
deps: update cspell to 9.6.2
2026-02-05 07:00:39 -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.16.5",
"astro-mermaid": "1.2.0",
"mermaid": "11.12.2",
"typescript": "5.9.3"
},
"devDependencies": {
"cspell": "9.6.2",
"gray-matter": "4.0.3",
"vitest": "4.0.15"
}
}