rollup-plugin-stats
Version:
Output Rollup stats
101 lines (100 loc) • 2.46 kB
JSON
{
"name": "rollup-plugin-stats",
"description": "Output Rollup stats",
"version": "1.5.6",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/relative-ci/rollup-plugin-stats.git"
},
"bugs": {
"url": "https://github.com/relative-ci/rollup-plugin-stats/issues"
},
"author": {
"name": "Viorel Cojocaru",
"email": "vio@relative-ci.com",
"url": "https://relative-ci.com"
},
"keywords": [
"vite",
"rollup",
"rolldown",
"plugin",
"stats",
"bundle-stats"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./extract": {
"types": "./dist/extract.d.ts",
"import": "./dist/extract.mjs",
"require": "./dist/extract.cjs"
}
},
"engines": {
"node": ">=18"
},
"scripts": {
"build": "rollup -c rollup.config.mjs",
"lint": "eslint .",
"format": "prettier --write .",
"test:unit": "vitest test/unit",
"test:package": "npm run test:package:rolldown && npm run test:package:rollup && npm run test:package:vite",
"test:package:rolldown": "vitest test/package/rolldown",
"test:package:rollup": "vitest test/package/rollup",
"test:package:vite": "vitest test/package/vite",
"bump": "./scripts/bump.sh",
"release": "./scripts/release.sh"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier && npm run lint"
}
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@release-it/conventional-changelog": "10.0.5",
"@rollup/plugin-typescript": "12.3.0",
"@tsconfig/node18": "18.2.6",
"@types/node": "25.2.1",
"deep-freeze-strict": "1.1.1",
"eslint": "9.39.2",
"globals": "17.3.0",
"husky": "8.0.3",
"memfs": "4.56.10",
"prettier": "3.8.1",
"release-it": "19.2.4",
"rollup": "4.57.1",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite": "7.3.1",
"vitest": "4.0.18"
},
"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": {
"vite": {
"optional": true
},
"rolldown": {
"optional": true
},
"rollup": {
"optional": true
}
}
}