srx.astro.nix/package.json
Sebastian Wendel 87ecf5ad32
first commit
2022-12-22 23:31:21 +01:00

17 lines
290 B
JSON

{
"name": "@srx/portfolio",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.7.2"
}
}