0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/create-astro/package.json

18 lines
298 B
JSON
Raw Normal View History

{
"name": "create-astro",
2021-04-27 16:13:27 -05:00
"version": "0.0.3",
"type": "module",
"main": "./index.js",
"files": [
"templates",
"bin.js",
"index.js"
],
"bin": {
"create-astro": "./bin.js"
},
"dependencies": {
"decompress": "^4.2.1"
}
}