1
0
Fork 0
forked from ofs/fensir
fensir/package.json

18 lines
333 B
JSON
Raw Normal View History

2024-11-02 23:03:12 +03:00
{
"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.16.8",
"@astrojs/check": "^0.9.4",
"typescript": "^5.6.3"
}
}