bundle-stats
Version:
In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)
78 lines (77 loc) • 2.15 kB
JSON
{
"name": "bundle-stats",
"version": "4.19.1",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"bin": {
"bundle-stats": "bin/index.js"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 14.0"
},
"scripts": {
"copy-fixtures": "./scripts/copy-fixtures.sh",
"build": "npm run clean && npm run copy-fixtures && tsc --rootDir ./src --project tsconfig.json --outDir ./lib",
"clean": "rimraf lib",
"lint": "eslint",
"serve-demo": "./bin/index.js --demo && http-server dist",
"test": "echo \"No tests\" && exit 0",
"pretest:package": "cd test/package && npm install --force",
"test:package": "cd test/package && npm test --",
"test:e2e": "playwright test"
},
"keywords": [
"webpack",
"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/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.19.1",
"@bundle-stats/plugin-webpack-filter": "^4.19.1",
"@bundle-stats/plugin-webpack-validate": "^4.19.1",
"@bundle-stats/utils": "^4.19.1",
"boxen": "^5.0.0",
"core-js": "^3.21.0",
"fs-extra": "^11.0.0",
"listr2": "^5.0.1",
"lodash": "^4.17.0",
"update-notifier": "^5.0.0",
"yargs": "^17.4.0"
},
"devDependencies": {
"@playwright/test": "1.51.1",
"@types/fs-extra": "^11.0.0",
"@types/listr": "^0.14.4",
"@types/yargs": "^17.0.20",
"http-server": "14.1.1",
"jest": "29.7.0",
"rimraf": "6.0.1",
"typescript": "5.8.2"
},
"gitHead": "8c91242990778187a91b7bf3c466f2ae16cd9117"
}