UNPKG

804 BJSONView Raw
1{
2 "name": "rollup-plugin-typescript",
3 "version": "0.2.1",
4 "description": "Seamless integration between Rollup and TypeScript.",
5 "keywords": [
6 "rollup-plugin",
7 "typescript",
8 "es2015"
9 ],
10 "license": "MIT",
11 "homepage": "https://github.com/rollup/rollup-plugin-typescript",
12 "author": "Oskar Segersvärd",
13 "devDependencies": {
14 "eslint": "^1.7.2",
15 "mocha": "^2.3.3",
16 "rollup": "^0.20.5"
17 },
18 "scripts": {
19 "test": "mocha",
20 "prepublish": "npm run test"
21 },
22 "dependencies": {
23 "typescript": "1.7.0-dev.20151016",
24 "rollup-pluginutils": "^1.1.0"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/rollup/rollup-plugin-typescript.git"
29 },
30 "bugs": {
31 "url": "https://github.com/rollup/rollup-plugin-typescript/issues"
32 }
33}