0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/packages/create-astro/test/fixtures/not-empty/package.json
Phumrapee Limpianchop ce807a2bfe
feat(create-astro): automatically configure astro check (#8853)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23 17:14:33 -05:00

7 lines
No EOL
110 B
JSON

{
"name": "@test/create-astro-not-empty",
"private": true,
"scripts": {
"build": "astro build"
}
}