{
    "name": "@mongez/gnz",
    "description": "Generator Z, the next generation of scaffolding tools.",
    "main": "./cjs/index.js",
    "version": "7.0.4",
    "license": "MIT",
    "bin": {
        "gnz": "./bin/gnz"
    },
    "dependencies": {
        "@mongez/concat-route": "^1.0.0",
        "@mongez/fs": "^3.0.4",
        "@mongez/reinforcements": "^2.3.9",
        "@mongez/supportive-is": "^2.0.3",
        "commander": "^10.0.1",
        "eslint": "^8.42.0",
        "chalk": "^4.1.2",
        "pluralize": "^8.0.0",
        "prettier": "^2.8.8"
    },
    "scripts": {
        "cli": "npx ts-node ./gnz-cli-test.ts",
        "test": "jest ./src",
        "test:coverage": "jest ./src --coverage",
        "test:watch": "jest ./src --watch"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/hassanzohdy/mongez-gnz"
    },
    "keywords": [
        "mongez",
        "generator",
        "scaffolding",
        "scaffold",
        "cli",
        "template",
        "templates",
        "react-template"
    ],
    "devDependencies": {
        "@types/eslint": "^8.40.1",
        "@types/jest": "^29.5.2",
        "@types/node": "^20.3.0",
        "@types/react": "^18.2.12",
        "@typescript-eslint/eslint-plugin": "^5.59.11",
        "@typescript-eslint/parser": "^5.59.11",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-import": "^2.27.5",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-react": "^7.32.2",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-unused-imports": "^2.0.0",
        "jest": "^29.5.0",
        "jest-esm-jsx-transform": "^1.0.0",
        "@vitejs/plugin-react": "^4.0.0",
        "@vitejs/plugin-react-swc": "^3.3.2",
        "cross-env": "^7.0.3",
        "eslint": "^8.42.0",
        "lint-staged": "^13.2.2",
        "react": "^18.2.0",
        "ts-jest": "^29.1.0",
        "ts-node": "^10.9.1",
        "prettier-plugin-organize-imports": "^3.2.2",
        "typescript": "^5.1.3"
    },
    "module": "./esm/index.js",
    "typings": "./cjs/index.d.ts"
}