{
  "name": "@push.rocks/smartwatch",
  "version": "6.4.3",
  "private": false,
  "description": "A cross-runtime file watcher with glob pattern support for Node.js, Deno, and Bun.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartwatch.git"
  },
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/push.rocks/smartwatch/issues"
  },
  "homepage": "https://code.foss.global/push.rocks/smartwatch",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@push.rocks/lik": "^6.4.0",
    "@push.rocks/smartenv": "^6.0.0",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartrust": "^1.3.2",
    "@push.rocks/smartrx": "^3.0.10",
    "@types/picomatch": "^4.0.3",
    "chokidar": "^5.0.0",
    "picomatch": "^4.0.3"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsrun": "^2.0.5",
    "@git.zone/tsrust": "^1.4.1",
    "@git.zone/tstest": "^3.6.6",
    "@types/node": "^26.1.1"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "type": "module",
  "keywords": [
    "file watching",
    "filesystem",
    "observable",
    "typescript",
    "node.js",
    "deno",
    "bun",
    "cross-runtime",
    "development tool",
    "file system events",
    "real-time",
    "watch files",
    "glob patterns"
  ],
  "scripts": {
    "test": "(pnpm run prepareTest && tstest test/ --verbose --logfile --timeout 120)",
    "test:before": "tsrust",
    "test:rust": "cd rust && cargo test",
    "prepareTest": "(rm -f ./test/assets/hi.txt)",
    "build": "tsbuild tsfolders && tsrust",
    "buildDocs": "tsdoc"
  }
}