UNPKG

1.3 kBJSONView Raw
1{
2 "name": "libundler",
3 "description": "CLI to bundle libs using rollup",
4 "version": "1.6.1",
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 "@babel/plugin-external-helpers": "^7.0.0-beta.42",
19 "bluebird": "^3.5.1",
20 "bluebird-co": "^2.2.0",
21 "chalk": "^2.3.2",
22 "cross-env": "^5.1.4",
23 "deepmerge": "^2.1.0",
24 "eslint": "^4.1.1",
25 "figures": "^2.0.0",
26 "filesize": "^3.6.0",
27 "find-up": "^2.1.0",
28 "gzip-size": "^4.1.0",
29 "hasha": "^3.0.0",
30 "log-update": "^2.1.0",
31 "micromatch": "^3.1.9",
32 "neo-async": "^2.5.0",
33 "node-emoji": "^1.8.1",
34 "pretty-error": "^2.1.1",
35 "rollup": "^0.57.1",
36 "rollup-plugin-babel": "^4.0.0-beta.2",
37 "rollup-plugin-commonjs": "^9.1.0",
38 "rollup-plugin-gzip": "^1.3.0",
39 "rollup-plugin-node-resolve": "^3.3.0",
40 "rollup-plugin-sizes": "^0.4.0",
41 "rollup-plugin-sourcemaps": "^0.4.2",
42 "rollup-plugin-typescript2": "^0.12.0",
43 "rollup-plugin-uglify": "^3.0.0",
44 "shelljs": "^0.8.1",
45 "tslint": "^5.9.1",
46 "typescript": "2.7.2",
47 "uglify-es": "^3.3.9",
48 "yargs": "^11.0.0"
49 }
50}