{
  "name": "create-astro",
  "version": "0.8.0",
  "type": "module",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/create-astro"
  },
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://astro.build",
  "exports": {
    ".": "./create-astro.mjs"
  },
  "bin": {
    "create-astro": "./create-astro.mjs"
  },
  "scripts": {
    "build": "astro-scripts build \"src/**/*.ts\" && tsc",
    "build:ci": "astro-scripts build \"src/**/*.ts\"",
    "dev": "astro-scripts dev \"src/**/*.ts\"",
    "test": "rm -rf test/fixtures && mkdir test/fixtures && node --unhandled-rejections=strict test/create-astro.test.js"
  },
  "files": [
    "dist",
    "create-astro.js"
  ],
  "dependencies": {
    "@types/degit": "^2.8.3",
    "@types/prompts": "^2.0.14",
    "degit": "^2.8.4",
    "kleur": "^4.1.4",
    "node-fetch": "^3.2.3",
    "ora": "^6.1.0",
    "prompts": "^2.4.2",
    "yargs-parser": "^21.0.1"
  },
  "devDependencies": {
    "@types/yargs-parser": "^21.0.0",
    "astro-scripts": "workspace:*",
    "uvu": "^0.5.3"
  },
  "engines": {
    "node": "^14.15.0 || >=16.0.0"
  }
}