docs/package.json
Naomi Carrigan 43fa0f5643
All checks were successful
Node.js CI / Lint and Test (push) Successful in 49s
feat: setup actions (#1)
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-23 02:23:01 -08:00

25 lines
742 B
JSON

{
"name": "magical-metal",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"lint": "cspell src/content/docs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/docs' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_docs -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io",
"test": "echo 'No tests yet!' && exit 0"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.26.1",
"astro": "^4.14.5",
"typescript": "^5.5.4"
},
"devDependencies": {
"cspell": "8.17.0"
}
}