2017-08-25 22:05:42 -06:00

66 lines
1.7 KiB
JSON

{
"name": "rollup-plugin-typescript2",
"version": "0.5.2",
"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",
"typescript",
"es2015",
"rollup",
"npm"
],
"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": "^3.0.1",
"graphlib": "^2.1.1",
"lodash": "^4.17.4",
"object-hash": "^1.1.8",
"rollup-pluginutils": "^2.0.1",
"typescript": "^2.3.4",
"tslib": "^1.7.1",
"resolve": "^1.3.3"
},
"peerDependencies": {
"typescript": "^2.0",
"tslib": "^1.7.1",
"resolve": "^1.3.3"
},
"devDependencies": {
"@types/colors": "^1.1.3",
"@types/fs-extra": "^3.0.3",
"@types/graphlib": "^2.1.4",
"@types/lodash": "^4.14.67",
"@types/node": "^8.0.1",
"@types/object-hash": "^0.5.28",
"@types/resolve": "^0.0.4",
"rimraf": "^2.6.1",
"rollup": "^0.48.2",
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
"rollup-watch": "^4.3.1",
"tslint": "^5.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
},
"bugs": {
"url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
}
}