UNPKG

2.02 kBJSONView Raw
1{
2 "name": "rollup-plugin-typescript2",
3 "version": "0.13.0",
4 "description": "Seamless integration between Rollup and TypeScript. Now with errors.",
5 "main": "dist/rollup-plugin-typescript2.cjs.js",
6 "module": "dist/rollup-plugin-typescript2.es.js",
7 "jsnext:main": "dist/rollup-plugin-typescript2.es.js",
8 "types": "dist/index.d.ts",
9 "files": [
10 "dist",
11 "src"
12 ],
13 "keywords": [
14 "rollup-plugin-typescript2",
15 "rollup-plugin-typescript",
16 "rollup-plugin",
17 "typescript",
18 "es2015",
19 "rollup",
20 "npm"
21 ],
22 "license": "MIT",
23 "homepage": "https://github.com/ezolenko/rollup-plugin-typescript2",
24 "author": "@ezolenko",
25 "scripts": {
26 "prebuild": "rimraf dist/*",
27 "build": "rollup -c",
28 "watch": "rollup -c -w rollup.config.self.js",
29 "build-self": "rollup -c rollup.config.self.js",
30 "lint": "tslint -c ./tslint.json src/*.ts ./*.js"
31 },
32 "dependencies": {
33 "fs-extra": "^5.0.0",
34 "tslib": "^1.9.0",
35 "resolve": "^1.7.1",
36 "rollup-pluginutils": "^2.0.1"
37 },
38 "peerDependencies": {
39 "rollup": ">=0.50.0",
40 "typescript": ">=2.4.0"
41 },
42 "devDependencies": {
43 "typescript": "^2.8.1",
44 "object-hash": "^1.3.0",
45 "colors": "^1.2.1",
46 "graphlib": "^2.1.5",
47 "lodash": "^4.17.5",
48 "@types/colors": "^1.2.1",
49 "@types/fs-extra": "^5.0.0",
50 "@types/graphlib": "^2.1.4",
51 "@types/lodash": "^4.14.104",
52 "@types/node": "^8.0.47",
53 "@types/object-hash": "^1.2.0",
54 "@types/resolve": "^0.0.7",
55 "rimraf": "^2.6.2",
56 "rollup": "^0.57.1",
57 "rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
58 "rollup-plugin-node-resolve": "^3.3.0",
59 "rollup-plugin-commonjs": "^9.1.0",
60 "rollup-plugin-re": "^1.0.6",
61 "rollup-watch": "^4.3.1",
62 "tslint": "^5.9.1"
63 },
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
67 },
68 "bugs": {
69 "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
70 }
71}