85 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@git.zone/tsdoc",
 | 
						|
  "version": "1.6.1",
 | 
						|
  "private": false,
 | 
						|
  "description": "A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.",
 | 
						|
  "type": "module",
 | 
						|
  "exports": {
 | 
						|
    ".": "./dist_ts/index.js"
 | 
						|
  },
 | 
						|
  "author": "Task Venture Capital GmbH",
 | 
						|
  "license": "MIT",
 | 
						|
  "bin": {
 | 
						|
    "tsdoc": "cli.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "(tstest test/ --verbose --logfile --timeout 600) && npm run testCli",
 | 
						|
    "testCli": "(node ./cli.ts.js) && (node ./cli.ts.js aidocs)",
 | 
						|
    "build": "(tsbuild --web --allowimplicitany)",
 | 
						|
    "buildDocs": "tsdoc"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@git.zone/tsbuild": "^2.6.8",
 | 
						|
    "@git.zone/tsrun": "^1.2.46",
 | 
						|
    "@git.zone/tstest": "^2.3.6",
 | 
						|
    "@types/node": "^22.15.17"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@git.zone/tspublish": "^1.10.3",
 | 
						|
    "@push.rocks/early": "^4.0.3",
 | 
						|
    "@push.rocks/npmextra": "^5.3.3",
 | 
						|
    "@push.rocks/qenv": "^6.1.3",
 | 
						|
    "@push.rocks/smartai": "^0.5.11",
 | 
						|
    "@push.rocks/smartcli": "^4.0.11",
 | 
						|
    "@push.rocks/smartdelay": "^3.0.5",
 | 
						|
    "@push.rocks/smartfile": "^11.2.7",
 | 
						|
    "@push.rocks/smartgit": "^3.2.1",
 | 
						|
    "@push.rocks/smartinteract": "^2.0.15",
 | 
						|
    "@push.rocks/smartlog": "^3.1.9",
 | 
						|
    "@push.rocks/smartlog-destination-local": "^9.0.2",
 | 
						|
    "@push.rocks/smartpath": "^6.0.0",
 | 
						|
    "@push.rocks/smartshell": "^3.3.0",
 | 
						|
    "@push.rocks/smarttime": "^4.0.6",
 | 
						|
    "gpt-tokenizer": "^3.0.1",
 | 
						|
    "typedoc": "^0.28.12",
 | 
						|
    "typescript": "^5.9.2"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "ts/**/*",
 | 
						|
    "ts_web/**/*",
 | 
						|
    "dist/**/*",
 | 
						|
    "dist_*/**/*",
 | 
						|
    "dist_ts/**/*",
 | 
						|
    "dist_ts_web/**/*",
 | 
						|
    "assets/**/*",
 | 
						|
    "cli.js",
 | 
						|
    "npmextra.json",
 | 
						|
    "readme.md"
 | 
						|
  ],
 | 
						|
  "browserslist": [
 | 
						|
    "last 1 chrome versions"
 | 
						|
  ],
 | 
						|
  "keywords": [
 | 
						|
    "TypeScript",
 | 
						|
    "documentation",
 | 
						|
    "AI",
 | 
						|
    "CLI",
 | 
						|
    "README",
 | 
						|
    "TypeDoc",
 | 
						|
    "commit messages",
 | 
						|
    "automation",
 | 
						|
    "code analysis",
 | 
						|
    "context trimming",
 | 
						|
    "developer tools"
 | 
						|
  ],
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://gitlab.com/gitzone/tsdoc.git"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://gitlab.com/gitzone/tsdoc/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://gitlab.com/gitzone/tsdoc#readme",
 | 
						|
  "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
 | 
						|
}
 |