gulp-tsb
Version:
A gulp plugin for very fast TypeScript compilation.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "gulp-tsb",
"version": "4.0.6",
"author": "Johannes Rieken <johannes.rieken@gmail.com>",
"description": "A gulp plugin for very fast TypeScript compilation.",
"main": "./lib",
"license": "MIT",
"scripts": {
"test": "gulp test",
"prepublishOnly": "gulp lkg",
"compile": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/jrieken/gulp-tsb.git"
},
"keywords": [
"gulpplugin",
"typescript",
"javascript",
"incremental"
],
"dependencies": {
"ansi-colors": "^1.0.1",
"fancy-log": "^1.3.2",
"through": "^2.3.6",
"vinyl": "^2.1.0"
},
"devDependencies": {
"@types/gulp": "^4.0.6",
"@types/chalk": "*",
"@types/gulp-util": "*",
"@types/mocha": "*",
"@types/node": "^8.10.53",
"@types/through": "^0.0.29",
"@types/vinyl": "~2.0.3",
"@types/rimraf": "2.0.2",
"@types/fancy-log": "1.3.0",
"rimraf": "2.6.3",
"gulp": "^4.0.2",
"gulp-mocha": "^5.0.0",
"mocha": "*",
"typescript": "^3.6.2"
},
"peerDependencies": {
"typescript": "^3.0.0"
}
}