{ "name": "rollup-plugin-typescript2", "version": "0.19.4", "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 -w rollup.config.self.js", "build-self": "rollup -c rollup.config.self.js", "lint": "tslint -c ./tslint.json src/*.ts ./*.js" }, "dependencies": { "fs-extra": "7.0.1", "resolve": "1.8.1", "rollup-pluginutils": "2.4.1", "tslib": "1.9.3" }, "peerDependencies": { "rollup": ">=0.68.0", "typescript": ">=2.4.0" }, "devDependencies": { "@types/colors": "1.2.1", "@types/fs-extra": "5.0.4", "@types/graphlib": "2.1.4", "@types/lodash": "4.14.116", "@types/node": "8.0.47", "@types/object-hash": "1.2.0", "@types/resolve": "0.0.8", "@types/semver": "5.5.0", "colors": "1.3.3", "graphlib": "2.1.7", "lodash": "4.17.11", "object-hash": "1.3.1", "rimraf": "2.6.3", "rollup": "^1.2.3 ", "rollup-plugin-commonjs": "9.2.0", "rollup-plugin-node-resolve": "4.0.0", "rollup-plugin-re": "1.0.7", "rollup-plugin-typescript2": "0.19.2", "rollup-watch": "4.3.1", "semver": "5.6.0", "tslint": "5.12.0", "typescript": "3.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git" }, "bugs": { "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues" } }