{
  "name": "rollup-plugin-typescript2",
  "version": "0.24.1",
  "description": "Seamless integration between Rollup and TypeScript. Now with errors.",
  "main": "dist/rollup-plugin-typescript2.cjs.js",
  "module": "dist/rollup-plugin-typescript2.es.js",
  "jsnext:main": "dist/rollup-plugin-typescript2.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "rollup-plugin-typescript2",
    "rollup-plugin-typescript",
    "rollup-plugin",
    "typescript",
    "es2015",
    "rollup",
    "npm"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ezolenko/rollup-plugin-typescript2",
  "author": "@ezolenko",
  "scripts": {
    "prebuild": "rimraf dist/*",
    "build": "rollup -c",
    "watch": "rollup -c rollup.config.self.js -w ",
    "build-self": "rollup -c rollup.config.self.js",
    "lint": "tslint -c ./tslint.json src/*.ts ./*.js"
  },
  "dependencies": {
    "find-cache-dir": "^3.0.0",
    "fs-extra": "8.1.0",
    "resolve": "1.12.0",
    "rollup-pluginutils": "2.8.1",
    "tslib": "1.10.0"
  },
  "peerDependencies": {
    "rollup": ">=0.68.0",
    "typescript": ">=2.4.0"
  },
  "devDependencies": {
    "@types/colors": "1.2.1",
    "@types/find-cache-dir": "^2.0.0",
    "@types/fs-extra": "8.0.0",
    "@types/graphlib": "2.1.5",
    "@types/lodash": "4.14.136",
    "@types/node": "8.0.47",
    "@types/object-hash": "1.3.0",
    "@types/resolve": "0.0.8",
    "@types/semver": "6.0.1",
    "colors": "1.3.3",
    "graphlib": "2.1.7",
    "lodash": "4.17.15",
    "object-hash": "1.3.1",
    "rimraf": "3.0.0",
    "rollup": "^1.20.3 ",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-re": "1.0.7",
    "rollup-plugin-typescript2": "0.24.0",
    "rollup-watch": "4.3.1",
    "semver": "6.3.0",
    "tslint": "5.19.0",
    "typescript": "3.6.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
  },
  "bugs": {
    "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
  }
}
