Files
caperren-com/package.json
Corwin Perren 5544a08add
Some checks failed
Build and Test / determine_version (push) Successful in 41s
Build and Test / build_and_push (push) Failing after 13s
Build and Test / test (push) Successful in 1s
Improved tagging
2025-03-08 00:32:52 -08:00

16 lines
298 B
JSON

{
"name": "caperren-com",
"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"
}
}