99a916ec1f
* chore: remove .DS_Store files * chore: bump create-astro * chore: fix astro starter
17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|