{
  "name": "wakeb-starter-cli",
  "version": "2.0.1",
  "description": "A powerful CLI tool for generating CRUD modules, common modules, and components with Vue 3 form schemas, featuring intelligent field detection and automatic schema generation",
  "main": "bin/index.js",
  "bin": {
    "wb": "./bin/index.js"
  },
  "scripts": {
    "clean": "rm -rf ./src"
  },
  "type": "module",
  "keywords": [
    "vue",
    "cli",
    "scaffold",
    "crud",
    "generator",
    "vue3",
    "vue2",
    "vue",
    "structure",
    "template",
    "project",
    "structure-handler",
    "CRUD-generator",
    "module-handler",
    "kz-tools",
    "kz"
  ],
  "author": {
    "name": "Kerolos Zakaria",
    "email": "keroloszakaria2@gmail.com",
    "url": "https://github.com/keroloszakaria"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keroloszakaria/kz-create.git"
  },
  "bugs": {
    "url": "https://github.com/keroloszakaria/kz-create/issues"
  },
  "homepage": "https://github.com/keroloszakaria/kz-create#readme",
  "dependencies": {
    "inquirer": "^9.3.7"
  }
}