diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-05 21:11:05 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-05 21:11:05 -0500 |
| commit | 989c8d6e947c56f0241a169da02ba2558653a4b0 (patch) | |
| tree | bfe0d84679bb80b0699823383b88185402bbed05 /package.json | |
init commit
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..2237374 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "astrolink", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^4.13.1" + } +}
\ No newline at end of file |
