rollup-plugin-webpack-stats
Version:
[](https://www.npmjs.com/package/rollup-plugin-webpack-stats) [](https://www.npmjs.com/package/rollup-plugin-webpack-stats)
104 lines (103 loc) • 2.47 kB
JSON
{
"name": "rollup-plugin-webpack-stats",
"version": "2.1.8",
"private": false,
"license": "MIT",
"keywords": [
"vite",
"rollup",
"rolldown",
"plugin",
"stats",
"bundle-stats"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./transform": {
"types": "./dist/transform.d.ts",
"import": "./dist/transform.mjs",
"require": "./dist/transform.cjs"
}
},
"author": {
"name": "Viorel Cojocaru",
"email": "vio@relative-ci.com",
"url": "https://relative-ci.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relative-ci/rollup-plugin-webpack-stats.git"
},
"bugs": {
"url": "https://github.com/relative-ci/rollup-plugin-webpack-stats/issues"
},
"homepage": "https://github.com/relative-ci/rollup-plugin-webpack-stats/blob/master/#readme",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"scripts": {
"prebuild": "rimraf ./dist",
"build": "tsc && rollup -c rollup.config.mjs",
"lint": "exit 0",
"test:unit": "vitest test/unit",
"test:package": "npm run test:package:rollup && npm run test:package:vite",
"test:package:rollup": "cd test/package/rollup && vitest",
"test:package:vite": "cd test/package/vite && vitest",
"bump": "./scripts/bump.sh",
"release": "./scripts/release.sh"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@release-it/conventional-changelog": "10.0.2",
"@rollup/plugin-typescript": "12.3.0",
"@tsconfig/node18": "18.2.6",
"@types/node": "24.10.1",
"husky": "9.1.7",
"memfs": "4.51.0",
"release-it": "19.0.6",
"rimraf": "6.1.2",
"rollup": "4.53.3",
"tslib": "2.8.1",
"typescript": "5.9.3",
"vitest": "4.0.13"
},
"dependencies": {
"rollup-plugin-stats": "1.5.3"
},
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
"rollup": "^3.0.0 || ^4.0.0",
"rolldown": "^1.0.0-beta.0"
},
"peerDependenciesMeta": {
"rolldown": {
"optional": true
},
"rollup": {
"optional": true
},
"vite": {
"optional": true
}
}
}