2024-05-12 01:45:37 -07:00
|
|
|
{
|
2024-08-23 23:49:24 +00:00
|
|
|
"name": "magical-metal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
2024-05-12 01:45:37 -07:00
|
|
|
"scripts": {
|
2024-08-23 23:49:24 +00:00
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
2024-12-16 02:21:38 +00:00
|
|
|
"lint": "cspell src/content/docs",
|
2024-10-23 20:49:54 +00:00
|
|
|
"build": "astro build",
|
2024-08-23 23:49:24 +00:00
|
|
|
"preview": "astro preview",
|
2024-12-26 21:02:43 +00:00
|
|
|
"astro": "astro",
|
2025-01-23 02:23:01 -08:00
|
|
|
"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"
|
2024-05-12 01:45:37 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-23 23:49:24 +00:00
|
|
|
"@astrojs/check": "^0.9.3",
|
|
|
|
"@astrojs/starlight": "^0.26.1",
|
|
|
|
"astro": "^4.14.5",
|
|
|
|
"typescript": "^5.5.4"
|
2024-12-16 02:21:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"cspell": "8.17.0"
|
2024-05-12 01:45:37 -07:00
|
|
|
}
|
|
|
|
}
|