{
    "name": "zixulu",
    "version": "1.81.3",
    "description": "A CLI tool for project management and automation",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/1adybug/zixulu.git"
    },
    "homepage": "https://github.com/1adybug/zixulu#readme",
    "bugs": {
        "url": "https://github.com/1adybug/zixulu/issues"
    },
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "zixulu": "dist/index.js"
    },
    "files": [
        "compiled",
        "dist",
        "src"
    ],
    "sideEffects": false,
    "scripts": {
        "build": "rslib build",
        "dev": "rslib build --watch",
        "prepare": "husky",
        "prepublishOnly": "npm run build",
        "postpublish": "npm run sync",
        "sync": "node scripts/syncPackage.mjs",
        "format": "prettier --write .",
        "fg": "npm run format && git add . && git commit -m \"✨feature: format\"",
        "lint": "eslint ."
    },
    "dependencies": {
        "@iarna/toml": "^3.0.0",
        "chalk": "^5.6.2",
        "clipboardy": "^5.3.1",
        "commander": "^14.0.2",
        "consola": "^3.4.2",
        "dayjs": "^1.11.21",
        "deepsea-tools": "^5.48.2",
        "get-port-please": "^3.2.0",
        "https-proxy-agent": "^8.0.0",
        "inquirer": "^12.11.1",
        "jsdom": "^29.1.1",
        "json5": "^2.2.3",
        "jsonc-parser": "^3.3.1",
        "md5": "^2.3.0",
        "node-fetch": "^3.3.2",
        "semver": "^7.8.4",
        "simple-git": "^3.36.0",
        "soda-nodejs": "^0.8.15",
        "yaml": "^2.9.0"
    },
    "devDependencies": {
        "@1adybug/eslint": "^0.0.11",
        "@1adybug/prettier": "^0.0.29",
        "@rslib/core": "^0.22.0",
        "@types/jsdom": "^28.0.3",
        "@types/md5": "^2.3.6",
        "@types/node": "^24.13.1",
        "@types/semver": "^7.7.1",
        "eslint": "^9.39.3",
        "husky": "^9.1.7",
        "lint-staged": "^17.0.7",
        "prettier": "^3.8.4",
        "typescript": "^6.0.3"
    },
    "resolutions": {
        "string-width": "^4",
        "strip-ansi": "^6"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.com/"
    },
    "lint-staged": {
        "**/*": "prettier --write --ignore-unknown"
    }
}
