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

7 lines
110 B
JSON
Raw Normal View History

2023-04-27 22:55:48 +08:00
{
"name": "@test/create-astro-not-empty",
"private": true,
"scripts": {
"build": "astro build"
}
}