Zorn/test/package.json

21 lines
423 B
JSON

{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@minpluto/zorn": "../",
"astro": "^5.0.5",
"typescript": "^5.7.2"
},
"devDependencies": {
"sass-embedded": "^1.83.0"
}
}