{
  "name": "create-hizzy",
  "description": "Hizzy is a React based modern web framework!",
  "version": "1.0.3",
  "main": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/hizzyjs/hizzy"
  },
  "bugs": {
    "url": "https://github.com/hizzyjs/hizzy"
  },
  "license": "MIT",
  "author": "OguzhanUmutlu",
  "dependencies": {
    "chalk": "^5.3.0",
    "jszip": "^3.10.1"
  },
  "bin": {
    "create-hizzy": "index.js"
  }
}