generated from nhcarrigan/template
Naomi Carrigan
c34257ac0d
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/44 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
23 lines
458 B
JSON
23 lines
458 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"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.3",
|
|
"@astrojs/starlight": "^0.26.1",
|
|
"astro": "^4.14.5",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"cspell": "8.17.0"
|
|
}
|
|
}
|