UNPKG

2 kBJSONView Raw
1{
2 "name": "rollup-plugin-typescript2",
3 "version": "0.22.1",
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 ],
12 "keywords": [
13 "rollup-plugin-typescript2",
14 "rollup-plugin-typescript",
15 "rollup-plugin",
16 "typescript",
17 "es2015",
18 "rollup",
19 "npm"
20 ],
21 "license": "MIT",
22 "homepage": "https://github.com/ezolenko/rollup-plugin-typescript2",
23 "author": "@ezolenko",
24 "scripts": {
25 "prebuild": "rimraf dist/*",
26 "build": "rollup -c",
27 "watch": "rollup -c rollup.config.self.js -w ",
28 "build-self": "rollup -c rollup.config.self.js",
29 "lint": "tslint -c ./tslint.json src/*.ts ./*.js"
30 },
31 "dependencies": {
32 "fs-extra": "8.1.0",
33 "resolve": "1.11.1",
34 "rollup-pluginutils": "2.8.1",
35 "tslib": "1.10.0"
36 },
37 "peerDependencies": {
38 "rollup": ">=0.68.0",
39 "typescript": ">=2.4.0"
40 },
41 "devDependencies": {
42 "@types/colors": "1.2.1",
43 "@types/fs-extra": "8.0.0",
44 "@types/graphlib": "2.1.5",
45 "@types/lodash": "4.14.136",
46 "@types/node": "8.0.47",
47 "@types/object-hash": "1.3.0",
48 "@types/resolve": "0.0.8",
49 "@types/semver": "6.0.1",
50 "colors": "1.3.3",
51 "graphlib": "2.1.7",
52 "lodash": "4.17.14",
53 "object-hash": "1.3.1",
54 "rimraf": "2.6.3",
55 "rollup": "^1.16.7 ",
56 "rollup-plugin-commonjs": "10.0.1",
57 "rollup-plugin-node-resolve": "5.2.0",
58 "rollup-plugin-re": "1.0.7",
59 "rollup-plugin-typescript2": "0.22.0",
60 "rollup-watch": "4.3.1",
61 "semver": "6.2.0",
62 "tslint": "5.18.0",
63 "typescript": "3.5.3"
64 },
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
68 },
69 "bugs": {
70 "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
71 }
72}