UNPKG

tsc-watch

Version:

The TypeScript compiler with onSuccess command

54 lines (53 loc) 1.15 kB
{ "name": "tsc-watch", "version": "4.2.1", "description": "The TypeScript compiler with onSuccess command", "scripts": { "publish": "node release.js", "test": "mocha test/**/*.js" }, "bin": { "tsc-watch": "./index.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/gilamran/tsc-watch.git" }, "keywords": [ "TypeScript" ], "engines": { "node": ">=6.4.0" }, "author": "Gil Amran", "license": "MIT", "bugs": { "url": "https://github.com/gilamran/tsc-watch/issues" }, "homepage": "https://github.com/gilamran/tsc-watch#readme", "prettier": { "trailingComma": "all", "tabWidth": 2, "semi": true, "singleQuote": true, "printWidth": 100 }, "dependencies": { "cross-spawn": "^5.1.0", "node-cleanup": "^2.1.2", "ps-tree": "^1.2.0", "string-argv": "^0.1.1", "strip-ansi": "^4.0.0" }, "peerDependencies": { "typescript": "*" }, "devDependencies": { "chai": "^4.1.2", "fs-extra": "^5.0.0", "mocha": "^6.2.0", "mocha-eventually": "^1.1.0", "sinon": "^7.3.2", "typescript": "^3.3.3" } }