astro/scripts/package.json
Nate Moore ed631329e7
create-astro UI (#164)
* 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
2021-05-03 12:15:13 -05:00

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"
}
}