nelle-observer/package.json
2024-08-02 22:27:39 -06:00

17 lines
No EOL
332 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.13.1",
"@astrojs/check": "^0.9.1",
"typescript": "^5.5.4"
}
}