2018-10-28 00:48:43 +00:00
|
|
|
{
|
|
|
|
"name": "@gitzone/tswatch",
|
2020-03-05 09:26:41 +00:00
|
|
|
"version": "1.0.31",
|
2018-10-28 00:48:43 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "watch typescript projects during development",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"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": {
|
2019-05-08 22:08:40 +00:00
|
|
|
"test": "(tstest test/)",
|
2019-10-12 13:57:43 +00:00
|
|
|
"build": "(tsbuild)"
|
2018-10-28 00:48:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-12 13:07:44 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.17",
|
|
|
|
"@gitzone/tstest": "^1.0.28",
|
2020-03-05 09:26:41 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.2.0",
|
|
|
|
"@types/node": "^13.7.7",
|
|
|
|
"tslint": "^6.0.0",
|
2019-05-06 18:12:05 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-10-28 00:48:43 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-05 09:26:41 +00:00
|
|
|
"@gitzone/tsbundle": "^1.0.50",
|
2019-10-12 13:07:44 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
2019-05-08 09:14:57 +00:00
|
|
|
"@pushrocks/early": "^3.0.3",
|
2020-03-05 09:26:41 +00:00
|
|
|
"@pushrocks/lik": "^3.0.19",
|
2019-10-12 13:07:44 +00:00
|
|
|
"@pushrocks/smartchok": "^1.0.23",
|
2019-05-06 18:12:05 +00:00
|
|
|
"@pushrocks/smartcli": "^3.0.7",
|
2020-03-05 09:26:41 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.6",
|
|
|
|
"@pushrocks/smartlog": "^2.0.21",
|
2019-10-12 13:07:44 +00:00
|
|
|
"@pushrocks/smartlog-destination-local": "^8.0.2",
|
2020-03-05 09:26:41 +00:00
|
|
|
"@pushrocks/smartserve": "^1.1.39",
|
2019-10-12 14:54:03 +00:00
|
|
|
"@pushrocks/smartshell": "^2.0.25",
|
2020-03-05 09:26:41 +00:00
|
|
|
"@pushrocks/taskbuffer": "^2.1.1"
|
2019-10-12 13:07:44 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_web/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-10-12 13:07:45 +00:00
|
|
|
}
|