UNPKG

2.11 kBJSONView Raw
1{
2 "name": "rollup-plugin-typescript2",
3 "version": "0.30.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 ],
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": "rimraf dist/* && rollup -c",
27 "watch": "rollup -c rollup.config.self.js -w ",
28 "build-self": "rimraf dist/* && rollup -c rollup.config.self.js",
29 "lint": "tslint -c ./tslint.json src/*.ts ./*.js"
30 },
31 "dependencies": {
32 "@rollup/pluginutils": "^4.1.0",
33 "find-cache-dir": "^3.3.1",
34 "fs-extra": "8.1.0",
35 "resolve": "1.20.0",
36 "tslib": "2.1.0"
37 },
38 "peerDependencies": {
39 "rollup": ">=1.26.3",
40 "typescript": ">=2.4.0"
41 },
42 "devDependencies": {
43 "@types/colors": "1.2.1",
44 "@types/find-cache-dir": "^2.0.0",
45 "@types/fs-extra": "8.0.1",
46 "@types/graphlib": "2.1.7",
47 "@types/lodash": "4.14.161",
48 "@types/node": "8.0.47",
49 "@types/object-hash": "1.3.3",
50 "@types/resolve": "1.17.1",
51 "@types/semver": "7.1.0",
52 "colors": "1.4.0",
53 "graphlib": "2.1.8",
54 "lodash": "4.17.20",
55 "object-hash": "2.0.3",
56 "rimraf": "3.0.2",
57 "rollup": "^2.39.0",
58 "@rollup/plugin-commonjs": "17.1.0",
59 "@rollup/plugin-node-resolve": "11.2.0",
60 "rollup-plugin-re": "1.0.7",
61 "rollup-plugin-typescript2": "0.29.0",
62 "rollup-watch": "4.3.1",
63 "semver": "7.3.4",
64 "tslint": "6.1.3",
65 "typescript": "4.1.5"
66 },
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
70 },
71 "bugs": {
72 "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
73 }
74}