{
  "name": "@git.zone/cli",
  "private": false,
  "version": "1.13.1",
  "description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
  "main": "dist_ts/index.ts",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "bin": {
    "gitzone": "./cli.js",
    "gzone": "./cli.js"
  },
  "scripts": {
    "test": "(npm run clean && npm run prepareTest && npm run testCli && npm run testFormat && npm run testCommit && npm run testDeprecate && npm run testVersion && npm run testReadme && npm run testUpdate && npm run testTemplateNpm && npm run testTemplateLit) && rm -rf test",
    "build": "(tsbuild --web --allowimplicitany)",
    "clean": "(rm -rf test/)",
    "prepareTest": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
    "testBuild": "npm run build && rm -r dist/",
    "testCli": "(cd test && node ../cli.ts.js)",
    "testCommit": "(cd test && node ../cli.ts.js commit)",
    "testDeprecate": "(cd test && node ../cli.ts.js deprecate)",
    "testOpen": "(cd test && node ../cli.ts.js open ci)",
    "testReadme": "(cd test && node ../cli.ts.js readme)",
    "testFormat": "(cd test && node ../cli.ts.js format)",
    "testTemplateNpm": "(rm -rf test/testtemplate_npm/ && mkdir test/testtemplate_npm && cd test/testtemplate_npm && node ../../cli.ts.js template npm)",
    "testTemplateLit": "(rm -rf test/testtemplate_lit/ && mkdir test/testtemplate_lit && cd test/testtemplate_lit && node ../../cli.ts.js template lit)",
    "testUpdate": "(cd test && node ../cli.ts.js update)",
    "testVersion": "(cd test && node ../cli.ts.js -v)",
    "buildDocs": "tsdoc"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/gitzone/private/gitzone.git"
  },
  "keywords": [
    "CLI",
    "local development",
    "gitzone utilities",
    "project setup",
    "version control",
    "code formatting",
    "template management",
    "npm packages",
    "TypeScript",
    "automation",
    "commit management",
    "template creation",
    "meta project management",
    "sync",
    "Docker",
    "CI/CD"
  ],
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/gitzone/private/gitzone/issues"
  },
  "homepage": "https://gitlab.com/gitzone/private/gitzone#readme",
  "devDependencies": {
    "@git.zone/tsbuild": "^2.2.1",
    "@git.zone/tsrun": "^1.3.3",
    "@git.zone/tstest": "^1.0.96",
    "@types/node": "^22.13.5"
  },
  "dependencies": {
    "@git.zone/tsdoc": "^1.4.4",
    "@git.zone/tspublish": "^1.9.1",
    "@push.rocks/commitinfo": "^1.0.12",
    "@push.rocks/early": "^4.0.4",
    "@push.rocks/gulp-function": "^3.0.7",
    "@push.rocks/lik": "^6.0.15",
    "@push.rocks/npmextra": "^5.1.2",
    "@push.rocks/projectinfo": "^5.0.2",
    "@push.rocks/smartchok": "^1.0.34",
    "@push.rocks/smartcli": "^4.0.11",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartfile": "^11.2.0",
    "@push.rocks/smartgulp": "^3.0.4",
    "@push.rocks/smartinteract": "^2.0.15",
    "@push.rocks/smartjson": "^5.0.20",
    "@push.rocks/smartlegal": "^1.0.27",
    "@push.rocks/smartlog": "^3.0.7",
    "@push.rocks/smartlog-destination-local": "^9.0.2",
    "@push.rocks/smartmustache": "^3.0.2",
    "@push.rocks/smartnpm": "^2.0.4",
    "@push.rocks/smartobject": "^1.0.12",
    "@push.rocks/smartopen": "^2.0.0",
    "@push.rocks/smartpath": "^5.0.18",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartscaf": "^4.0.15",
    "@push.rocks/smartshell": "^3.2.3",
    "@push.rocks/smartstream": "^3.2.5",
    "@push.rocks/smartunique": "^3.0.9",
    "@push.rocks/smartupdate": "^2.0.6",
    "@types/through2": "^2.0.41",
    "prettier": "^3.5.2",
    "through2": "^4.0.2"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "pnpm": {
    "overrides": {
      "peek-readable": "5.3.1"
    }
  }
}