{
  "name": "@git.zone/tsbuild",
  "version": "4.4.2",
  "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"
  },
  "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": "Task Venture Capital 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.11.6",
    "@push.rocks/early": "^4.0.4",
    "@push.rocks/smartcli": "^4.0.21",
    "@push.rocks/smartdelay": "^3.1.0",
    "@push.rocks/smartfile": "^13.1.3",
    "@push.rocks/smartfs": "^1.5.1",
    "@push.rocks/smartlog": "^3.2.2",
    "@push.rocks/smartpath": "^6.0.0",
    "@push.rocks/smartpromise": "^4.2.4",
    "typescript": "^6.0.3"
  },
  "devDependencies": {
    "@git.zone/tsrun": "^2.0.3",
    "@git.zone/tstest": "^3.6.5",
    "@types/node": "^25.6.2"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "scripts": {
    "test": "tstest test/test.ts --verbose",
    "build": "node cli.ts.js --web",
    "buildDocs": "tsdoc"
  }
}