UNPKG

1.25 kBJSONView Raw
1{
2 "name": "libundler",
3 "description": "CLI to bundle libs using rollup",
4 "version": "1.6.2",
5 "bin": {
6 "libundler": "./bin/libundler.js"
7 },
8 "preferGlobal": true,
9 "license": "MIT",
10 "scripts": {
11 "lint": "eslint ./"
12 },
13 "engines": {
14 "node": ">= 9.0.0"
15 },
16 "dependencies": {
17 "@babel/core": "^7.0.0-beta.42",
18 "bluebird": "^3.5.1",
19 "bluebird-co": "^2.2.0",
20 "chalk": "^2.3.2",
21 "cross-env": "^5.1.4",
22 "deepmerge": "^2.1.0",
23 "eslint": "^4.1.1",
24 "figures": "^2.0.0",
25 "filesize": "^3.6.0",
26 "find-up": "^2.1.0",
27 "gzip-size": "^4.1.0",
28 "hasha": "^3.0.0",
29 "log-update": "^2.1.0",
30 "micromatch": "^3.1.9",
31 "neo-async": "^2.5.0",
32 "node-emoji": "^1.8.1",
33 "pretty-error": "^2.1.1",
34 "rollup": "^0.57.1",
35 "rollup-plugin-babel": "^4.0.0-beta.2",
36 "rollup-plugin-commonjs": "^9.1.0",
37 "rollup-plugin-gzip": "^1.3.0",
38 "rollup-plugin-node-resolve": "^3.3.0",
39 "rollup-plugin-sizes": "^0.4.0",
40 "rollup-plugin-sourcemaps": "^0.4.2",
41 "rollup-plugin-typescript2": "^0.12.0",
42 "rollup-plugin-uglify": "^3.0.0",
43 "shelljs": "^0.8.1",
44 "tslint": "^5.9.1",
45 "typescript": "2.7.2",
46 "uglify-es": "^3.3.9",
47 "yargs": "^11.0.0"
48 }
49}