generated from wopjs/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 908 Bytes
/
package.json
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
39
40
41
42
43
44
{
"name": "@wopjs/gzip-size",
"version": "0.1.0",
"description": "Print gzip size of a file.",
"repository": "wopjs/gzip-size",
"type": "module",
"sideEffects": false,
"bin": "./cli.js",
"files": [
"cli.js"
],
"scripts": {
"lint": "eslint && prettier --check .",
"lint:fix": "eslint --fix && prettier --write ."
},
"keywords": [
"gzip",
"size",
"cli"
],
"maintainers": [
{
"name": "CRIMX",
"email": "[email protected]",
"url": "https://github.com/crimx/"
},
{
"name": "hyrious",
"email": "[email protected]",
"url": "https://github.com/hyrious/"
}
],
"license": "MIT",
"dependencies": {
"gzip-size": "^7.0.0",
"pretty-bytes": "^6.1.1",
"yoctocolors": "^2.1.1"
},
"devDependencies": {
"@wopjs/eslint-config": "^0.1.4",
"eslint": "^9.18.0",
"prettier": "^3.4.2"
}
}