2018-07-13 14:44:45 -06:00

72 lines
2.0 KiB
JSON

{
"name": "rollup-plugin-typescript2",
"version": "0.16.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",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"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": "5.0.0",
"resolve": "1.8.1",
"rollup-pluginutils": "2.3.0",
"tslib": "1.9.3"
},
"peerDependencies": {
"rollup": ">=0.50.0",
"typescript": ">=2.4.0"
},
"devDependencies": {
"typescript": "2.9.2",
"object-hash": "1.3.0",
"colors": "1.2.4",
"graphlib": "2.1.5",
"lodash": "4.17.10",
"@types/colors": "1.2.1",
"@types/fs-extra": "5.0.0",
"@types/graphlib": "2.1.4",
"@types/lodash": "4.14.108",
"@types/node": "8.0.47",
"@types/object-hash": "1.2.0",
"@types/resolve": "0.0.8",
"rimraf": "2.6.2",
"rollup": "0.62.0",
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-re": "1.0.7",
"rollup-watch": "4.3.1",
"tslint": "5.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
},
"bugs": {
"url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
}
}