71 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@git.zone/tsbuild",
 | 
						|
  "version": "2.6.8",
 | 
						|
  "private": false,
 | 
						|
  "description": "A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.",
 | 
						|
  "main": "dist_ts/index.js",
 | 
						|
  "typings": "dist_ts/index.d.ts",
 | 
						|
  "type": "module",
 | 
						|
  "bin": {
 | 
						|
    "tsbuild": "./cli.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "tstest test/test.ts --verbose",
 | 
						|
    "build": "node cli.ts.js --web",
 | 
						|
    "buildDocs": "tsdoc"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://code.foss.global/git.zone/tsbuild.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "TypeScript",
 | 
						|
    "compilation",
 | 
						|
    "nightly features",
 | 
						|
    "CLI tool",
 | 
						|
    "file compilation",
 | 
						|
    "glob patterns",
 | 
						|
    "compiler options",
 | 
						|
    "development",
 | 
						|
    "API"
 | 
						|
  ],
 | 
						|
  "author": "Lossless GmbH",
 | 
						|
  "license": "MIT",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://code.foss.global/git.zone/tsbuild/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://code.foss.global/git.zone/tsbuild#README",
 | 
						|
  "dependencies": {
 | 
						|
    "@git.zone/tspublish": "^1.10.3",
 | 
						|
    "@push.rocks/early": "^4.0.4",
 | 
						|
    "@push.rocks/smartcli": "^4.0.19",
 | 
						|
    "@push.rocks/smartdelay": "^3.0.5",
 | 
						|
    "@push.rocks/smartfile": "^11.2.7",
 | 
						|
    "@push.rocks/smartlog": "^3.1.10",
 | 
						|
    "@push.rocks/smartpath": "^6.0.0",
 | 
						|
    "@push.rocks/smartpromise": "^4.2.3",
 | 
						|
    "typescript": "5.9.3"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@git.zone/tsrun": "^1.6.2",
 | 
						|
    "@git.zone/tstest": "^2.7.0",
 | 
						|
    "@types/node": "^22.15.21"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "ts/**/*",
 | 
						|
    "ts_web/**/*",
 | 
						|
    "dist/**/*",
 | 
						|
    "dist_*/**/*",
 | 
						|
    "dist_ts/**/*",
 | 
						|
    "dist_ts_web/**/*",
 | 
						|
    "assets/**/*",
 | 
						|
    "cli.js",
 | 
						|
    "npmextra.json",
 | 
						|
    "readme.md"
 | 
						|
  ],
 | 
						|
  "browserslist": [
 | 
						|
    "last 1 chrome versions"
 | 
						|
  ],
 | 
						|
  "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
 | 
						|
}
 |