comfycamp/package.json

19 lines
370 B
JSON
Raw Normal View History

2023-08-27 23:20:38 +05:00
{
"name": "comfycamp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
2023-10-01 13:16:11 +05:00
"check": "astro check && tsc --noEmit",
"build": "astro build",
2023-08-27 23:20:38 +05:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.0",
"astro": "^3.5.2",
2023-10-10 22:16:26 +05:00
"typescript": "^5.2.2"
2023-08-27 23:20:38 +05:00
}
}