{ "name": "@push.rocks/smartchok", "version": "1.0.33", "private": false, "description": "smart wrapper for chokidar", "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": "git+https://gitlab.com/push.rocks/smartchok.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/push.rocks/smartchok/issues" }, "homepage": "https://gitlab.com/push.rocks/smartchok#readme", "dependencies": { "@push.rocks/lik": "^6.0.2", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartrx": "^3.0.2", "@tempfix/watcher": "^2.3.0" }, "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" }