2021-04-27 20:59:23 +00:00
|
|
|
{
|
2021-05-03 17:47:51 +00:00
|
|
|
"name": "create-astro",
|
2021-05-17 14:34:32 +00:00
|
|
|
"version": "0.1.1",
|
2021-05-03 17:47:51 +00:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": "./create-astro.js"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"create-astro": "./create-astro.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build src/index.tsx",
|
2021-05-17 22:52:11 +00:00
|
|
|
"postbuild": "astro-scripts copy \"src/templates/**\" --tgz"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"create-astro.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"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"
|
|
|
|
}
|
2021-04-27 20:59:23 +00:00
|
|
|
}
|