diff options
| author | houston[bot] <astrobot-houston@users.noreply.github.com> | 2023-08-01 18:48:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-01 18:48:26 +0100 |
| commit | 6bd4846b71944add485433703d85982b2396d9ad (patch) | |
| tree | 1a2a41db792a8d3bbb985b2f0e6af1eeed6f3668 /package.json | |
Initial commit from Astro
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..577ffa8 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "lallans-wabsteid-astro", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^2.9.7" + } +}
\ No newline at end of file |
