rollup-plugin-typescript
Version:
Seamless integration between Rollup and TypeScript.
57 lines (56 loc) • 1.44 kB
JSON
{
"name": "rollup-plugin-typescript",
"version": "1.0.1",
"description": "Seamless integration between Rollup and TypeScript.",
"main": "dist/rollup-plugin-typescript.cjs.js",
"module": "dist/rollup-plugin-typescript.es.js",
"jsnext:main": "dist/rollup-plugin-typescript.es.js",
"files": [
"dist",
"src"
],
"keywords": [
"rollup-plugin",
"typescript",
"es2015"
],
"license": "MIT",
"homepage": "https://github.com/rollup/rollup-plugin-typescript",
"author": "Oskar Segersvärd",
"scripts": {
"prebuild": "rimraf dist/*",
"build": "rollup -c",
"lint": "eslint src test/*.js",
"pretest": "npm run build",
"test": "mocha",
"posttest": "npm run lint",
"prepublishOnly": "npm run test",
"prepare": "npm run build"
},
"dependencies": {
"resolve": "^1.10.0",
"rollup-pluginutils": "^2.5.0"
},
"peerDependencies": {
"tslib": "*",
"typescript": ">=2.1.0"
},
"devDependencies": {
"buble": "^0.19.7",
"eslint": "^5.15.3",
"mocha": "^6.0.2",
"rimraf": "^2.6.3",
"rollup": "^1.7.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.1",
"tslib": "^1.9.3",
"typescript": "^3.3.4000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup-plugin-typescript.git"
},
"bugs": {
"url": "https://github.com/rollup/rollup-plugin-typescript/issues"
}
}