1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/astro/package.json
2021-06-10 14:43:53 +09:00

12 lines
202 B
JSON

{
"name": "@astrojs/starter-kit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
}
}