comfycamp/package.json

20 lines
400 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.4.1",
"@astrojs/rss": "^4.0.4",
"astro": "^4.2.8",
"typescript": "^5.3.3"
2023-08-27 23:20:38 +05:00
}
}