{ "name": "@push.rocks/smartchok", "version": "4.0.1", "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", "scripts": { "test": "(npm run prepareTest && tstest test/)", "prepareTest": "(rm -f ./test/assets/hi.txt)", "build": "tsbuild", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartchok.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/push.rocks/smartchok/issues" }, "homepage": "https://code.foss.global/push.rocks/smartchok", "engines": { "node": ">=20.0.0" }, "dependencies": { "@push.rocks/lik": "^6.2.2", "@push.rocks/smartenv": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrx": "^3.0.10", "picomatch": "^4.0.3" }, "devDependencies": { "@git.zone/tsbuild": "^3.1.2", "@git.zone/tsrun": "^2.0.0", "@git.zone/tstest": "^3.1.3", "@push.rocks/smartfile": "^11.0.4", "@types/node": "^24.10.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.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" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }