comfycamp/package.json
2023-10-10 22:16:26 +05:00

19 lines
370 B
JSON

{
"name": "comfycamp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check && tsc --noEmit",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"astro": "^3.2.0",
"typescript": "^5.2.2"
}
}