fix(core): Refactor TsWatch class to improve website execution handling
This commit is contained in:
25
package.json
25
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@git.zone/tswatch",
|
||||
"version": "2.0.36",
|
||||
"private": false,
|
||||
"description": "watch typescript projects during development",
|
||||
"description": "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@ -50,5 +50,26 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user