{
  "name": "create-gatsby",
  "version": "3.16.0",
  "main": "lib/index.js",
  "bin": "cli.js",
  "license": "MIT",
  "scripts": {
    "build": "microbundle -i src/index.ts --no-pkg-main --target=node -f=cjs --sourcemap=false --compress --alias worker_threads=@ascorbic/worker-threads-shim",
    "watch": "microbundle -i src/index.ts --no-pkg-main --target=node -f=cjs --alias worker_threads=@ascorbic/worker-threads-shim --watch ",
    "prepare": "yarn build",
    "import-plugin-options": "node ./scripts/import-options-schema.js"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/create-gatsby#readme",
  "files": [
    "lib/index.js",
    "cli.js",
    "stubs/"
  ],
  "devDependencies": {
    "@ascorbic/worker-threads-shim": "^1.0.0",
    "@lukeed/uuid": "^2.0.1",
    "@types/configstore": "^4.0.0",
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^14.18.52",
    "ansi-wordwrap": "^1.0.2",
    "common-tags": "^1.8.2",
    "enquirer": "^2.3.6",
    "execa": "^5.1.1",
    "fs-extra": "^11.2.0",
    "gatsby-plugin-utils": "^4.16.0",
    "joi": "^17.9.2",
    "microbundle": "^0.15.1",
    "node-fetch": "^2.6.11",
    "string-length": "^4.0.2",
    "terminal-link": "^2.1.1",
    "tiny-spin": "^1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/create-gatsby"
  },
  "author": "Matt Kane <matt@gatsbyjs.com>",
  "dependencies": {
    "@babel/runtime": "^7.20.13"
  },
  "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40"
}
