UNPKG

1.97 kBJSONView Raw
1{
2 "name": "rollup-plugin-fileinfo",
3 "version": "0.3.6",
4 "description": "a rollup plugin to show bundle size",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "require": "./dist/index.cjs",
8 "import": "./dist/index.mjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "scripts": {
14 "upint": "yarn upgrade-interactive",
15 "build": "rollup -c rollup.config.mjs"
16 },
17 "dependencies": {
18 "@palett/enum-colorant-modes": "^0.11.4",
19 "@palett/fluo-vector": "^0.11.4",
20 "@palett/presets": "^0.11.4",
21 "@spare/deco": "^0.15.11",
22 "@spare/deco-object": "^0.15.11",
23 "@spare/deco-string": "^0.15.11",
24 "@spare/deco-vector": "^0.15.11",
25 "@spare/enum-chars": "^0.15.11",
26 "@valjoux/timestamp-pretty": "^0.3.21",
27 "@vect/vector-zipper": "^0.7.16",
28 "brotli-size": "^4.0.0",
29 "filesize": "^9.0.11",
30 "gzip-size": "^7.0.0",
31 "terser": "^5.15.0"
32 },
33 "devDependencies": {
34 "@babel/core": "^7.18.13",
35 "@babel/preset-env": "^7.18.10",
36 "@babel/register": "^7.18.9",
37 "@babel/runtime": "^7.18.9",
38 "@palett/says": "^0.9.10",
39 "@rollup/plugin-babel": "^5.3.1",
40 "@rollup/plugin-commonjs": "^22.0.2",
41 "@rollup/plugin-json": "^4.1.0",
42 "@rollup/plugin-node-resolve": "^13.3.0",
43 "@spare/logger": "^0.15.11",
44 "@spare/verse": "^0.15.11",
45 "rollup": "^2.78.1",
46 "rollup-plugin-clear": "^2.0.7",
47 "rollup-plugin-progress": "^1.1.2",
48 "rollup-plugin-terser": "^7.0.2"
49 },
50 "repository": {
51 "type": "git",
52 "url": "git+https://github.com/hoyeungw/rollup-plugin-fileinfo.git"
53 },
54 "keywords": [
55 "rollup-plugin",
56 "rollup",
57 "filesizes"
58 ],
59 "engines": {
60 "node": ">=16"
61 },
62 "author": {
63 "name": "Hoyeung Wong",
64 "email": "hoyeungw@outlook.com",
65 "url": "https://github.com/hoyeungw"
66 },
67 "license": "MIT",
68 "bugs": {
69 "url": "https://github.com/hoyeungw/rollup-plugin-fileinfo.git"
70 },
71 "homepage": "https://github.com/hoyeungw/rollup-plugin-fileinfo#readme"
72}