2018-10-28 02:48:43 +02:00
{
2023-08-26 14:52:12 +02:00
"name" : "@git.zone/tswatch" ,
2025-01-29 13:43:24 +01:00
"version" : "2.0.39" ,
2018-10-28 02:48:43 +02:00
"private" : false ,
2024-12-09 19:16:02 +01: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 21:17:36 +01:00
"type" : "module" ,
2018-10-28 02:48:43 +02:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
2019-05-22 16:52:38 +02:00
"bin" : {
"tswatch" : "cli.js"
} ,
2018-10-28 02:48:43 +02:00
"scripts" : {
2020-07-04 10:35:16 +00:00
"test" : "(tstest test/ --web)" ,
2025-01-29 18:00:43 +01:00
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "tsdoc"
2018-10-28 02:48:43 +02:00
} ,
"devDependencies" : {
2025-01-29 13:23:28 +01:00
"@git.zone/tsbuild" : "^2.2.1" ,
"@git.zone/tstest" : "^1.0.96" ,
"@push.rocks/tapbundle" : "^5.5.6" ,
"@types/node" : "^22.12.0"
2018-10-28 02:48:43 +02:00
} ,
"dependencies" : {
2025-01-29 13:23:28 +01:00
"@api.global/typedserver" : "^3.0.55" ,
"@git.zone/tsbundle" : "^2.2.1" ,
2024-12-04 21:58:32 +01:00
"@git.zone/tsrun" : "^1.3.3" ,
2023-08-26 14:52:12 +02:00
"@push.rocks/early" : "^4.0.4" ,
2024-10-27 18:58:19 +01:00
"@push.rocks/lik" : "^6.1.0" ,
"@push.rocks/smartchok" : "^1.0.34" ,
"@push.rocks/smartcli" : "^4.0.11" ,
2023-08-26 14:52:12 +02:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2025-01-29 13:23:28 +01:00
"@push.rocks/smartfile" : "^11.1.6" ,
2024-10-27 18:58:19 +01:00
"@push.rocks/smartlog" : "^3.0.7" ,
"@push.rocks/smartlog-destination-local" : "^9.0.2" ,
2025-01-29 13:23:28 +01:00
"@push.rocks/smartshell" : "^3.2.2" ,
2024-01-08 14:26:46 +01:00
"@push.rocks/taskbuffer" : "^3.1.7"
2019-10-12 15:07:44 +02:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
2020-05-22 07:59:05 +00:00
"dist_*/**/*" ,
"dist_ts/**/*" ,
2019-10-12 15:07:44 +02: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 19:16:02 +01: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"
2025-01-29 13:43:23 +01:00
] ,
2025-01-29 18:00:43 +01:00
"repository" : {
"type" : "git" ,
"url" : "https://code.foss.global/git.zone/tswatch.git"
} ,
"bugs" : {
"url" : "https://code.foss.global/git.zone/tswatch/issues"
} ,
"homepage" : "https://code.foss.global/git.zone/tswatch#readme" ,
2025-01-29 13:43:23 +01:00
"pnpm" : {
2025-01-29 18:00:43 +01:00
"overrides" : { }
2025-01-29 13:43:23 +01:00
}
2025-01-29 18:00:43 +01:00
}