760a7a5509
* Support skip install deps * fmt * Create new-hats-deliver.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
32 lines
682 B
JSON
32 lines
682 B
JSON
{
|
|
"name": "create-astro",
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./create-astro.js"
|
|
},
|
|
"bin": {
|
|
"create-astro": "./create-astro.js"
|
|
},
|
|
"scripts": {
|
|
"build": "ENV=production astro-scripts build src/index.tsx",
|
|
"postbuild": "astro-scripts copy \"src/templates/**\" --tgz",
|
|
"test": "uvu"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"create-astro.js"
|
|
],
|
|
"dependencies": {
|
|
"decamelize": "^5.0.0",
|
|
"decompress": "^4.2.1",
|
|
"ink": "^3.0.8",
|
|
"ink-select-input": "^4.2.0",
|
|
"ink-text-input": "^4.0.1",
|
|
"react": "~17.0.2",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"astro-scripts": "0.0.1"
|
|
}
|
|
}
|