{ "name": "@pushrocks/smartchok", "version": "1.0.21", "private": false, "description": "smart wrapper for chokidar", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npm run prepareTest && tstest test/)", "prepareTest": "(rm -f ./test/assets/hi.txt)", "build": "tsbuild" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartchok.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartchok/issues" }, "homepage": "https://gitlab.com/pushrocks/smartchok#README", "dependencies": { "@pushrocks/lik": "^3.0.5", "@pushrocks/smartpromise": "^3.0.2", "@pushrocks/smartrx": "^2.0.3", "@types/chokidar": "^2.1.3", "chokidar": "^3.0.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.24", "@pushrocks/smartfile": "^7.0.2", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.4", "tslint": "^5.17.0", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }