2018-10-28 00:48:43 +00:00
|
|
|
{
|
|
|
|
"name": "@gitzone/tswatch",
|
2019-05-22 14:52:38 +00:00
|
|
|
"version": "1.0.13",
|
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/)",
|
2018-10-28 00:48:43 +00:00
|
|
|
"build": "(tsbuild)",
|
|
|
|
"format": "(gitzone format)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-06 18:12:05 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
2019-05-27 12:07:13 +00:00
|
|
|
"@gitzone/tstest": "^1.0.22",
|
2019-05-06 18:12:05 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
2019-05-27 12:07:13 +00:00
|
|
|
"@types/node": "^12.0.2",
|
2019-05-06 18:12:05 +00:00
|
|
|
"tslint": "^5.16.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-10-28 00:48:43 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-06 18:12:05 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.6",
|
2019-05-08 09:14:57 +00:00
|
|
|
"@pushrocks/early": "^3.0.3",
|
2019-05-08 22:08:40 +00:00
|
|
|
"@pushrocks/lik": "^3.0.5",
|
2019-05-08 09:14:57 +00:00
|
|
|
"@pushrocks/smartchok": "^1.0.18",
|
2019-05-06 18:12:05 +00:00
|
|
|
"@pushrocks/smartcli": "^3.0.7",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
2019-05-08 09:14:57 +00:00
|
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
|
|
"@pushrocks/smartlog-destination-local": "^7.0.5",
|
2019-05-27 12:07:13 +00:00
|
|
|
"@pushrocks/smartshell": "^2.0.17"
|
2018-10-28 00:48:43 +00:00
|
|
|
}
|
2019-05-08 09:16:25 +00:00
|
|
|
}
|