127 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			127 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@git.zone/cli",
 | |
|   "private": false,
 | |
|   "version": "1.19.0",
 | |
|   "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.6.8",
 | |
|     "@git.zone/tsrun": "^1.3.3",
 | |
|     "@git.zone/tstest": "^2.3.6",
 | |
|     "@push.rocks/smartdelay": "^3.0.5",
 | |
|     "@push.rocks/smartfile": "^11.2.7",
 | |
|     "@push.rocks/smartinteract": "^2.0.16",
 | |
|     "@push.rocks/smartnetwork": "^4.1.2",
 | |
|     "@push.rocks/smartshell": "^3.3.0",
 | |
|     "@types/node": "^22.15.18"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@git.zone/tsdoc": "^1.5.2",
 | |
|     "@git.zone/tspublish": "^1.10.3",
 | |
|     "@push.rocks/commitinfo": "^1.0.12",
 | |
|     "@push.rocks/early": "^4.0.4",
 | |
|     "@push.rocks/gulp-function": "^3.0.7",
 | |
|     "@push.rocks/lik": "^6.2.2",
 | |
|     "@push.rocks/npmextra": "^5.3.3",
 | |
|     "@push.rocks/projectinfo": "^5.0.2",
 | |
|     "@push.rocks/smartchok": "^1.1.1",
 | |
|     "@push.rocks/smartcli": "^4.0.11",
 | |
|     "@push.rocks/smartdiff": "^1.0.3",
 | |
|     "@push.rocks/smartgulp": "^3.0.4",
 | |
|     "@push.rocks/smartjson": "^5.0.20",
 | |
|     "@push.rocks/smartlegal": "^1.0.27",
 | |
|     "@push.rocks/smartlog": "^3.1.9",
 | |
|     "@push.rocks/smartlog-destination-local": "^9.0.2",
 | |
|     "@push.rocks/smartmustache": "^3.0.2",
 | |
|     "@push.rocks/smartnpm": "^2.0.6",
 | |
|     "@push.rocks/smartobject": "^1.0.12",
 | |
|     "@push.rocks/smartopen": "^2.0.0",
 | |
|     "@push.rocks/smartpath": "^6.0.0",
 | |
|     "@push.rocks/smartpromise": "^4.2.3",
 | |
|     "@push.rocks/smartscaf": "^4.0.19",
 | |
|     "@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.6.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": {},
 | |
|     "onlyBuiltDependencies": [
 | |
|       "esbuild",
 | |
|       "mongodb-memory-server",
 | |
|       "puppeteer",
 | |
|       "sharp"
 | |
|     ]
 | |
|   },
 | |
|   "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
 | |
| }
 |