2018-10-28 00:48:43 +00:00
|
|
|
{
|
|
|
|
"name": "@gitzone/tswatch",
|
2023-03-31 15:15:58 +00:00
|
|
|
"version": "2.0.7",
|
2018-10-28 00:48:43 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "watch typescript projects during development",
|
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": {
|
2022-08-03 18:03:15 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.65",
|
|
|
|
"@gitzone/tstest": "^1.0.73",
|
2022-08-02 13:38:04 +00:00
|
|
|
"@pushrocks/tapbundle": "^5.0.4",
|
|
|
|
"@types/node": "^18.6.3"
|
2018-10-28 00:48:43 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-31 11:10:29 +00:00
|
|
|
"@apiglobal/typedserver": "^2.0.44",
|
2022-08-03 18:03:15 +00:00
|
|
|
"@gitzone/tsbundle": "^2.0.7",
|
2022-08-02 13:38:04 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.37",
|
|
|
|
"@pushrocks/early": "^4.0.3",
|
|
|
|
"@pushrocks/lik": "^6.0.0",
|
2019-10-12 13:07:44 +00:00
|
|
|
"@pushrocks/smartchok": "^1.0.23",
|
2022-08-04 10:31:35 +00:00
|
|
|
"@pushrocks/smartcli": "^4.0.5",
|
2021-07-26 19:42:51 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
2022-08-02 13:38:04 +00:00
|
|
|
"@pushrocks/smartlog": "^3.0.1",
|
2023-03-31 11:10:29 +00:00
|
|
|
"@pushrocks/smartlog-destination-local": "^9.0.0",
|
2022-03-10 14:39:33 +00:00
|
|
|
"@pushrocks/smartshell": "^2.0.30",
|
2022-08-02 13:38:04 +00:00
|
|
|
"@pushrocks/taskbuffer": "^3.0.2"
|
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"
|
2019-10-12 13:07:44 +00:00
|
|
|
]
|
2021-07-26 19:44:35 +00:00
|
|
|
}
|