-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 799 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "lasso-bundle-size",
"version": "1.1.1",
"description": "Lasso Plugin to keep bundle size in check",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ajaykumar Prathap",
"license": "ISC",
"bin": "lib/cli.js",
"dependencies": {
"brotli-size": "0.0.3",
"bundle-me": "^1.1.0",
"bytes": "^3.1.0",
"gzip-size": "5.0.0",
"lasso": "^3.2.9",
"lasso-bundle-size": "^1.1.1",
"minimist": "^1.2.0",
"prettycli": "^1.4.3"
},
"keywords": [
"lasso",
"bundle",
"size-limit",
"bundle-size-plugin",
"build-time-check"
],
"bundle-size-plugin": {
"minify": "gzip",
"js": {
"maxAssetSize": "150 kb"
},
"css": {
"maxAssetSize": "50 kb"
}
}
}