{
  "name": "@git.zone/tsrun",
  "version": "2.0.6",
  "description": "run typescript programs efficiently",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "bin": {
    "tsrun": "./cli.js"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@push.rocks/smartcli": "^4.0.21",
    "@types/node": "^26.1.1"
  },
  "dependencies": {
    "@push.rocks/smartfile": "^13.1.3",
    "@push.rocks/smartshell": "^3.5.0",
    "tsx": "^4.23.1"
  },
  "private": false,
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/gitzone/tsrun.git"
  },
  "bugs": {
    "url": "https://gitlab.com/gitzone/tsrun/issues"
  },
  "homepage": "https://gitlab.com/gitzone/tsrun#readme",
  "scripts": {
    "test": "(pnpm run build && node ./test/test.spawn.node.mjs)",
    "format": "(gitzone format)",
    "build": "(tsbuild)",
    "buildDocs": "tsdoc"
  }
}