2021-04-27 20:59:23 +00:00
|
|
|
{
|
2021-05-03 17:47:51 +00:00
|
|
|
"name": "create-astro",
|
2021-06-08 13:47:40 +00:00
|
|
|
"version": "0.2.2",
|
2021-05-03 17:47:51 +00:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
".": "./create-astro.js"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"create-astro": "./create-astro.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-28 16:06:22 +00:00
|
|
|
"build": "ENV=production ../../scripts/index.js build src/index.tsx",
|
|
|
|
"postbuild": "../../scripts/index.js copy \"src/templates/**\" --tgz",
|
|
|
|
"prepare": "yarn build",
|
2021-05-24 22:18:56 +00:00
|
|
|
"test": "uvu"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"create-astro.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2021-05-25 22:16:49 +00:00
|
|
|
"decamelize": "^5.0.0",
|
2021-05-03 17:47:51 +00:00
|
|
|
"decompress": "^4.2.1",
|
|
|
|
"ink": "^3.0.8",
|
|
|
|
"ink-select-input": "^4.2.0",
|
|
|
|
"ink-text-input": "^4.0.1",
|
2021-05-28 16:06:22 +00:00
|
|
|
"react": "^16.14.0",
|
2021-05-03 17:47:51 +00:00
|
|
|
"source-map-support": "^0.5.19"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-28 16:06:22 +00:00
|
|
|
"uvu": "^0.5.1"
|
2021-05-03 17:47:51 +00:00
|
|
|
}
|
2021-04-27 20:59:23 +00:00
|
|
|
}
|