astro/create-astro/package.json

18 lines
298 B
JSON
Raw Normal View History

{
"name": "create-astro",
"version": "0.0.5",
"type": "module",
"main": "./index.js",
"files": [
"templates",
"bin.js",
"index.js"
],
"bin": {
"create-astro": "./bin.js"
},
"dependencies": {
"decompress": "^4.2.1"
}
}