astro/packages/create-astro/package.json
2021-06-08 09:47:40 -04:00

33 lines
721 B
JSON

{
"name": "create-astro",
"version": "0.2.2",
"type": "module",
"exports": {
".": "./create-astro.js"
},
"bin": {
"create-astro": "./create-astro.js"
},
"scripts": {
"build": "ENV=production ../../scripts/index.js build src/index.tsx",
"postbuild": "../../scripts/index.js copy \"src/templates/**\" --tgz",
"prepare": "yarn build",
"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": "^16.14.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"uvu": "^0.5.1"
}
}