{ "name": "@gitzone/tswatch", "version": "1.0.17", "private": false, "description": "watch typescript projects during development", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "bin": { "tswatch": "cli.js" }, "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.2", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@gitzone/tsrun": "^1.2.6", "@pushrocks/early": "^3.0.3", "@pushrocks/lik": "^3.0.5", "@pushrocks/smartchok": "^1.0.18", "@pushrocks/smartcli": "^3.0.7", "@pushrocks/smartdelay": "^2.0.3", "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartlog-destination-local": "^7.0.5", "@pushrocks/smartshell": "^2.0.22" } }