install-size
Version:
Display the bundled size of a package
28 lines (27 loc) • 593 B
JSON
{
"name": "install-size",
"version": "0.0.1",
"description": "Display the bundled size of a package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greggb/install-size.git"
},
"keywords": [
"bundle",
"size",
"perf",
"js",
"bloat",
"bundlephobia"
],
"author": "greggb",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggb/install-size/issues"
},
"homepage": "https://github.com/greggb/install-size#readme"
}