20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"name": "nixi-web",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "bunx --bun astro dev",
|
|
"build": "bunx --bun astro build",
|
|
"preview": "bunx --bun astro preview",
|
|
"astro": "bunx --bun astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.3.1",
|
|
"astro": "^5.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.3",
|
|
"@types/bun": "^1.2.19"
|
|
}
|
|
}
|