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.3.4",
2023-11-12 13:51:31 +05:00
"@astrojs/rss": "^3.0.0",
"astro": "^4.0.8",
"typescript": "^5.3.2"
2023-08-27 23:20:38 +05:00
}
}