Files
caperren-com/package.json
Corwin Perren fbc3d035d8
Some checks failed
continuous-integration/drone/push Build is failing
Example e2e
2025-03-07 22:23:32 -08:00

16 lines
296 B
JSON

{
"name": "my-project",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.2",
"astro-rehype-relative-markdown-links": "^0.18.1"
}
}