astro/packages/create-astro/package.json
github-actions[bot] 8dd3f106ca
Version Packages (#335)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08 12:58:50 -04:00

31 lines
582 B
JSON

{
"name": "create-astro",
"version": "0.3.1",
"type": "module",
"exports": {
".": "./create-astro.js"
},
"bin": {
"create-astro": "./create-astro.mjs"
},
"scripts": {
"build": "astro-scripts build \"src/*.ts\"",
"prepare": "yarn build",
"test": "uvu"
},
"files": [
"dist",
"create-astro.js"
],
"dependencies": {
"@types/degit": "^2.8.2",
"@types/prompts": "^2.0.12",
"degit": "^2.8.4",
"kleur": "^4.1.1",
"prompts": "^2.4.1",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"uvu": "^0.5.1"
}
}