UNPKG

rollup-plugin-bundle-stats

Version:

In-depth bundle analyzer for rollup(bundle size, assets, modules, packages)

86 lines (85 loc) 2.07 kB
{ "name": "rollup-plugin-bundle-stats", "version": "4.21.7", "description": "In-depth bundle analyzer for rollup(bundle size, assets, modules, packages)", "main": "./lib/index.js", "types": "./lib/index.d.ts", "sideEffects": false, "engines": { "node": ">= 16.0" }, "directories": { "lib": "lib" }, "scripts": { "build": "npm run clean && rollup -c", "clean": "rimraf lib", "lint": "eslint", "test:package": "cd test/package && npm test --" }, "keywords": [ "rollup", "rollup-plugin", "bundle-size", "bundle-analyzer", "bundle-stats", "stats", "bundle", "size", "assets", "chunks", "modules" ], "author": { "name": "Viorel Cojocaru", "email": "vio@relative-ci.com", "url": "https://relative-ci.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/relative-ci/bundle-stats.git" }, "bugs": { "url": "https://github.com/relative-ci/bundle-stats/issues" }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/rollup-plugin#readme", "dependencies": { "@bundle-stats/cli-utils": "4.21.7", "rollup-plugin-webpack-stats": "2.1.8", "tslib": "2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-typescript": "12.3.0", "@tsconfig/node16": "16.1.8", "@types/jest": "29.5.14", "core-js": "3.47.0", "jest": "29.7.0", "jest-cli": "29.7.0", "memfs": "4.51.0", "regenerator-runtime": "0.14.1", "rimraf": "6.1.2", "rollup": "4.53.3", "ts-jest": "29.4.5", "typescript": "5.9.3" }, "peerDependencies": { "rolldown": "^1.0.0-beta.0", "rollup": "^3.0.0 || ^4.0.0", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "peerDependenciesMeta": { "rolldown": { "optional": true }, "rollup": { "optional": true }, "vite": { "optional": true } }, "gitHead": "4bb63243b2b2d9616f3ccbe109fd4ff5aca7693a" }