tswatch/package.json

32 lines
843 B
JSON
Raw Normal View History

2018-10-28 00:48:43 +00:00
{
"name": "@gitzone/tswatch",
2018-10-28 18:28:09 +00:00
"version": "1.0.3",
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",
"scripts": {
2018-10-28 18:28:08 +00:00
"test": "node ./cli.ts.js test --timeout 10000",
2018-10-28 00:48:43 +00:00
"test2": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@gitzone/tsrun": "^1.1.13",
"@pushrocks/smartcli": "^3.0.6",
2018-10-28 18:28:08 +00:00
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartshell": "^2.0.8",
2018-10-28 00:48:43 +00:00
"filewatcher": "^3.0.1"
}
2018-10-28 00:48:44 +00:00
}