{ "name": "@push.rocks/smartchok", "version": "1.1.1", "private": false, "description": "A smart wrapper for chokidar 4.x with glob pattern support and enhanced features.", "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", "dependencies": { "@push.rocks/lik": "^6.0.2", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartrx": "^3.0.2", "chokidar": "^4.0.3", "picomatch": "^4.0.2" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/smartfile": "^11.0.4", "@push.rocks/tapbundle": "^5.0.8", "@types/node": "^20.11.8" }, "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", "chokidar", "filesystem", "observable", "typescript", "node.js", "development tool", "file system events", "real-time", "watch files" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }