54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@git.zone/tswatch",
|
|
"version": "2.0.10",
|
|
"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.69",
|
|
"@git.zone/tstest": "^1.0.77",
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
"@types/node": "^20.5.6"
|
|
},
|
|
"dependencies": {
|
|
"@apiglobal/typedserver": "^2.0.65",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tsbundle": "^2.0.8",
|
|
"@push.rocks/early": "^4.0.4",
|
|
"@push.rocks/lik": "^6.0.5",
|
|
"@push.rocks/smartchok": "^1.0.23",
|
|
"@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.6"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|