ed631329e7
* refactor: improve create-astro layout, build script * feat(create-astro): v0.1.0 * docs(create-astro): add README * feat(create-astro): add meta files to starter templates
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "astro-scripts",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./index.js",
|
|
"bin": {
|
|
"astro-scripts": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"arg": "^5.0.0",
|
|
"esbuild": "^0.11.16",
|
|
"globby": "^11.0.3",
|
|
"tar": "^6.1.0"
|
|
}
|
|
}
|