{ "name": "create-astro", "version": "0.1.2", "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", "source-map-support": "^0.5.19" }, "devDependencies": { "astro-scripts": "0.0.1" } }