Eugene Zolenko 96b284635f Watch (#8)
* - partial fix for watch mode (#6)

* - trying to detect watch mode

* - support for watch mode
2017-03-14 19:04:59 -06:00

63 lines
1.6 KiB
JSON

{
"name": "rollup-plugin-typescript2",
"version": "0.4.0",
"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",
"files": [
"dist",
"src"
],
"keywords": [
"rollup-plugin",
"typescript",
"es2015"
],
"license": "MIT",
"homepage": "https://github.com/ezolenko/rollup-plugin-typescript2",
"author": "@ezolenko",
"scripts": {
"prebuild": "rimraf dist/*",
"build": "rollup -c",
"lint": "tslint -c ./tslint.json src/*.ts"
},
"dependencies": {
"colors": "^1.1.2",
"fs-extra": "^2.0.0",
"graphlib": "^2.1.1",
"lodash": "^4.17.4",
"object-hash": "^1.1.5",
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
"typescript": "^2.0",
"tslib": "^1.5.0",
"resolve": "^1.1.0"
},
"devDependencies": {
"@types/colors": "^1.1.1",
"@types/fs-extra": "0.0.37",
"@types/graphlib": "^2.1.3",
"@types/lodash": "^4.14.52",
"@types/node": "^6.0.53",
"@types/object-hash": "^0.5.28",
"@types/resolve": "0.0.4",
"resolve": "^1.1.7",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"rollup-plugin-typescript2": "^0.3.0",
"rollup-watch": "^3.2.2",
"tslib": "^1.6.0",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
},
"bugs": {
"url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
}
}