{
  "name": "easy-soft-develop",
  "version": "3.0.85",
  "description": "",
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
  "bugs": {
    "url": "https://github.com/kityandhero/easy-soft-develop/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kityandhero/easy-soft-develop.git"
  },
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "src/index.js",
  "types": "types/index.d.ts",
  "bin": {
    "easy-soft-develop": "bin/cli.js"
  },
  "directories": {
    "src": "src",
    "types": "types"
  },
  "files": [
    "src/",
    "types/"
  ],
  "scripts": {
    "commitlint": "npx commitlint --edit",
    "precommit": "npm run z:lint:staged:quiet",
    "prepare": "echo do other prepare work with here before install package",
    "test:bin:check-all-package-version": "node ./bin/cli.js check-all-package-version",
    "test:bin:code": "node ./bin/cli.js code --dataPath ./develop/generatorCodeSource/code.json",
    "test:bin:copy-content": "node ./bin/cli.js copy-content --source ./develop/flags/commit.flag.json --target ./temp/testCopyContent/testCopyContent.json",
    "posttest:bin:copy-content": "node ./bin/cli.js rimraf --path ./temp/testCopyContent",
    "test:bin:create-assist-scripts": "node ./bin/cli.js create-assist-scripts",
    "test:bin:create-project-from-repository": "node ./bin/cli.js create-project-from-repository --repository kityandhero/mono-antd-management-fast-master-template --folder ./temp/create-project-from-repository-demo",
    "test:bin:create-repository-project": "node ./bin/cli.js create-repository-project",
    "test:bin:exit": "node ./bin/cli.js exit",
    "test:bin:publish": "node ./bin/cli.js publish --packages ss --otp true",
    "test:bin:rimraf": "node ./bin/cli.js rimraf --path ./testRemoveThisPath",
    "test:bin:sleep": "node ./bin/cli.js sleep --second 2 --showInfo true",
    "test:bin:update-all-package-version": "node ./bin/cli.js update-all-package-version",
    "test:bin:update-project-from-repository": "node ./bin/cli.js update-project-from-repository --projectPath E:\\temp\\2\\test",
    "test:commitRefresh": "node ./test/commit-refresh.test.js",
    "test:createCleanScriptFile": "node ./test/create-clean-script-file.test.js",
    "test:createCommitRefreshScriptFile": "node ./test/create-commit-refresh-script-file.test.js",
    "test:createPackageCheckAllVersionScriptFile": "node ./test/create-package-check-all-version-script-file.test.js",
    "test:createPackageUpdateAllVersionScriptFile": "node ./test/create-package-update-all-version-script-file.test.js",
    "test:createSleepScriptFile": "node ./test/create-sleep-script-file.test.js",
    "test:inner:assignObject": "node ./test/assign-object.test.js",
    "test:inner:existPath": "node ./test/exist-path.test.js",
    "test:inner:rimraf": "node ./test/rimraf.test.js",
    "z:change:npm:registry:local": "nrm use local",
    "z:change:npm:registry:npm": "nrm use npm",
    "z:check:all-package-version": "npx npm-check-updates --configFilePath ./.ncurc.mjs --registry https://registry.npmjs.org",
    "prez:cz": "node ./bin/cli.js commit-refresh && npm run z:prettier:format:change && npm run z:tsc:build && git stage -A",
    "z:cz": "git-cz",
    "postz:cz": "git push",
    "z:husky": "npx husky",
    "z:install": "pnpm install",
    "postz:install": "pnpm changeset init && npm run z:husky && npm run z:post:extra:install",
    "z:lint:staged": "npx lint-staged",
    "z:lint:staged:quiet": "npx lint-staged --quiet",
    "z:post:extra:install": "echo do other postinstall work with here",
    "z:prettier:format:all": "npx prettier --write .",
    "z:prettier:format:change": "npx prettier --cache --write . && node ./bin/cli.js prompt --message \"format changed files complete\" --type success --blankLine",
    "prez:publish:build": "npm run z:install && pnpm changeset && pnpm changeset version && npm run z:cz",
    "z:publish:build": "npm run z:publish:patch:npm",
    "postz:publish:build": "git push",
    "prez:publish:patch:npm": "npm run z:cz && npm version patch",
    "z:publish:patch:npm": "npm publish --registry https://registry.npmjs.org/",
    "postz:publish:patch:npm": "npm run z:change:npm:registry:local && npm publish",
    "z:reinstall": "rimraf ./node_modules && npm run z:install",
    "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete",
    "z:update:all-package-version": "npx npm-check-updates --configFilePath ./.ncurc.mjs --registry https://registry.npmjs.org -u"
  },
  "dependencies": {
    "commander": "^15.0.0",
    "cross-zip": "^4.0.1",
    "download": "^8.0.0",
    "download-git-repo": "^3.0.2",
    "enquirer": "^2.4.1",
    "fs-extra": "^11.4.0",
    "hpagent": "^1.2.0",
    "ping": "^1.0.0",
    "semver": "^7.8.5",
    "shelljs": "^0.10.0",
    "terminal-kit": "^3.1.4"
  },
  "devDependencies": {
    "@changesets/cli": "^3.0.0",
    "@commitlint/cli": "^21.2.2",
    "@commitlint/config-conventional": "^21.2.2",
    "@commitlint/config-pnpm-scopes": "^21.2.2",
    "@eslint/eslintrc": "^3.3.6",
    "@eslint/js": "^10.0.1",
    "@types/node": "^26.2.0",
    "commitizen": "^4.3.2",
    "conventional-changelog-conventionalcommits": "^10.4.0",
    "cz-git": "^1.13.2",
    "eslint": "^10.8.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-formatter-pretty": "^7.1.0",
    "eslint-import-resolver-typescript": "^4.4.5",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.6",
    "eslint-plugin-promise": "^7.3.0",
    "eslint-plugin-simple-import-sort": "^14.0.0",
    "eslint-plugin-unicorn": "^73.0.0",
    "globals": "^17.11.0",
    "husky": "^9.1.7",
    "lint-staged": "^17.3.0",
    "npm-check-updates": "^23.0.2",
    "prettier": "^3.9.6",
    "prettier-plugin-packagejson": "^3.0.2"
  }
}
