mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "rollup-plugin-typescript2",
|
|
"version": "0.8.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",
|
|
"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": "^4.0.2",
|
|
"tslib": "^1.8.0",
|
|
"resolve": "^1.5.0",
|
|
"rollup-pluginutils": "^2.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^0.50.0",
|
|
"typescript": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.6.1",
|
|
"object-hash": "^1.2.0",
|
|
"colors": "^1.1.2",
|
|
"graphlib": "^2.1.1",
|
|
"lodash": "^4.17.4",
|
|
"@types/colors": "^1.1.3",
|
|
"@types/fs-extra": "^4.0.3",
|
|
"@types/graphlib": "^2.1.4",
|
|
"@types/lodash": "^4.14.80",
|
|
"@types/node": "^8.0.47",
|
|
"@types/object-hash": "^1.1.0",
|
|
"@types/resolve": "^0.0.4",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.50.0",
|
|
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-plugin-commonjs": "^8.2.6",
|
|
"rollup-plugin-re": "^1.0.6",
|
|
"rollup-watch": "^4.3.1",
|
|
"tslint": "^5.8.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
|
|
}
|
|
}
|