2018-10-28 00:48:43 +00:00
{
2023-08-26 12:52:12 +00:00
"name" : "@git.zone/tswatch" ,
2024-12-09 18:16:03 +00:00
"version" : "2.0.37" ,
2018-10-28 00:48:43 +00:00
"private" : false ,
2024-12-09 18:16:02 +00:00
"description" : "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows." ,
2020-05-22 07:58:01 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-03-14 20:17:36 +00:00
"type" : "module" ,
2018-10-28 00:48:43 +00:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
2019-05-22 14:52:38 +00:00
"bin" : {
"tswatch" : "cli.js"
} ,
2018-10-28 00:48:43 +00:00
"scripts" : {
2020-07-04 10:35:16 +00:00
"test" : "(tstest test/ --web)" ,
2022-04-21 21:41:45 +00:00
"build" : "(tsbuild --web --allowimplicitany)"
2018-10-28 00:48:43 +00:00
} ,
"devDependencies" : {
2024-12-04 20:58:32 +00:00
"@git.zone/tsbuild" : "^2.2.0" ,
2024-10-27 17:58:19 +00:00
"@git.zone/tstest" : "^1.0.90" ,
2024-12-04 20:58:32 +00:00
"@push.rocks/tapbundle" : "^5.5.3" ,
"@types/node" : "^22.10.1"
2018-10-28 00:48:43 +00:00
} ,
"dependencies" : {
2024-10-27 17:58:19 +00:00
"@api.global/typedserver" : "^3.0.51" ,
"@git.zone/tsbundle" : "^2.1.0" ,
2024-12-04 20:58:32 +00:00
"@git.zone/tsrun" : "^1.3.3" ,
2023-08-26 12:52:12 +00:00
"@push.rocks/early" : "^4.0.4" ,
2024-10-27 17:58:19 +00:00
"@push.rocks/lik" : "^6.1.0" ,
"@push.rocks/smartchok" : "^1.0.34" ,
"@push.rocks/smartcli" : "^4.0.11" ,
2023-08-26 12:52:12 +00:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-12-04 20:58:32 +00:00
"@push.rocks/smartfile" : "^11.0.21" ,
2024-10-27 17:58:19 +00:00
"@push.rocks/smartlog" : "^3.0.7" ,
"@push.rocks/smartlog-destination-local" : "^9.0.2" ,
2024-12-09 01:54:09 +00:00
"@push.rocks/smartshell" : "^3.2.0" ,
2024-01-08 13:26:46 +00:00
"@push.rocks/taskbuffer" : "^3.1.7"
2019-10-12 13:07:44 +00:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
2020-05-22 07:59:05 +00:00
"dist_*/**/*" ,
"dist_ts/**/*" ,
2019-10-12 13:07:44 +00:00
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2021-03-08 00:28:15 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-12-09 18:16:02 +00:00
] ,
"keywords" : [
"TypeScript" ,
"development" ,
"watcher" ,
"automation" ,
"CLI" ,
"build" ,
"npm" ,
"web development" ,
"service development" ,
"project monitoring" ,
"recompiling" ,
"testing" ,
"integration" ,
"continuous development" ,
"tooling" ,
"build automation" ,
"live reloading" ,
"node.js" ,
"development server"
2019-10-12 13:07:44 +00:00
]
2024-12-09 18:16:03 +00:00
}