{ "name": "@git.zone/tswatch", "version": "2.0.23", "private": false, "description": "watch typescript projects during development", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "bin": { "tswatch": "cli.js" }, "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.72", "@git.zone/tstest": "^1.0.86", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.11.9" }, "dependencies": { "@api.global/typedserver": "^3.0.20", "@git.zone/tsbundle": "^2.0.15", "@git.zone/tsrun": "^1.2.46", "@push.rocks/early": "^4.0.4", "@push.rocks/lik": "^6.0.12", "@push.rocks/smartchok": "^1.0.32", "@push.rocks/smartcli": "^4.0.8", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartlog": "^3.0.3", "@push.rocks/smartlog-destination-local": "^9.0.0", "@push.rocks/smartshell": "^3.0.3", "@push.rocks/taskbuffer": "^3.1.7" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }