0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/packages/create-astro/test/fixtures/not-empty/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
167 B
JSON
Raw Normal View History

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