{
  "name": "gulp-typescript",
  "version": "5.0.1",
  "description": "A typescript compiler for gulp with incremental compilation support.",
  "homepage": "https://github.com/ivogabe/gulp-typescript",
  "bugs": "https://github.com/ivogabe/gulp-typescript/issues",
  "license": "MIT",
  "keywords": [
    "typescript",
    "gulpplugin",
    "incremental compilation",
    "ts",
    "tsc",
    "compile",
    "compiler",
    "transpile"
  ],
  "author": {
    "name": "Ivo Gabe de Wolff",
    "url": "http://ivogabe.com/"
  },
  "contributors": [
    {
      "name": "Jesper Jonsson",
      "email": "jesper.m.jonsson@gmail.com"
    },
    {
      "name": "Shogo Iwano",
      "email": "shiwano@gmail.com"
    },
    {
      "name": "Martin Poelstra",
      "email": "m.poelstra@spiritit.com"
    },
    {
      "name": "Jakub Olek",
      "email": "bukaj.kelo+github@gmail.com"
    },
    {
      "name": "Ilan Frumer",
      "email": "IlanFrumer@gmail.com"
    },
    {
      "name": "James Whitney",
      "email": "james@whitney.io"
    },
    {
      "name": "Jaroslaw Zalucki",
      "email": "mad.jaro@gmail.com"
    },
    {
      "name": "Yui Tanglertsampan",
      "email": "yuisu@microsoft.com"
    },
    {
      "name": "Rogier Schouten",
      "email": "github@workingcode.ninja"
    }
  ],
  "main": "release/main.js",
  "types": "release/main.d.ts",
  "typings": "release/main.d.ts",
  "engines": {
    "node": ">= 8"
  },
  "dependencies": {
    "ansi-colors": "^3.0.5",
    "plugin-error": "^1.0.1",
    "source-map": "^0.7.3",
    "through2": "^3.0.0",
    "vinyl-fs": "^3.0.3",
    "vinyl": "^2.1.0"
  },
  "devDependencies": {
    "@types/node": "8.5.2",
    "@types/plugin-error": "0.1.0",
    "@types/through2": "2.0.33",
    "@types/vinyl": "2.0.2",
    "@types/vinyl-fs": "2.4.9",
    "gulp": "^4.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-diff": "^1.0.0",
    "gulp-header": "^2.0.5",
    "gulp-plumber": "^1.2.0",
    "gulp-sourcemaps": "^2.6.4",
    "merge-stream": "^1.0.1",
    "rimraf": "^2.6.2",
    "typescript": "3.2.1"
  },
  "peerDependencies": {
    "typescript": "~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev || >=3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev"
  },
  "scripts": {
    "test": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ivogabe/gulp-typescript.git"
  }
}
