diff options
author | houston[bot] <astrobot-houston@users.noreply.github.com> | 2025-08-10 16:30:08 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-11 18:30:29 -0700 |
commit | 941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9 (patch) | |
tree | 43a1306ce3d6419ffbe042c328dbf9e372691198 /package.json | |
download | coffee-941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9.tar.gz coffee-941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9.zip |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..d26ee67 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^5.12.9" + } +}
\ No newline at end of file |