-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.15 KB
/
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
45
46
47
48
49
50
51
52
53
{
"author": "polyipseity",
"bugs": {
"url": "https://github.com/polyipseity/esbuild-compress/issues"
},
"dependencies": {
"import-meta-resolve": "^3.0.0",
"lodash-es": "^4.17.21",
"lz-string": "^1.5.0",
"p-lazy": "^4.0.0"
},
"description": "Compression plugin for esbuild.",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/node": "^20.4.10"
},
"files": [
"index.js"
],
"funding": [
{
"type": "Buy Me a Coffee",
"url": "https://buymeacoffee.com/polyipseity"
},
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/polyipseity"
}
],
"homepage": "https://github.com/polyipseity/esbuild-compress#readme",
"keywords": [
"compress",
"compression",
"esbuild",
"esbuild-plugin",
"plugin"
],
"license": "MIT",
"main": "index.js",
"name": "esbuild-compress",
"peerDependencies": {
"esbuild": ">=0.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polyipseity/esbuild-compress.git"
},
"scripts": {
"postversion": "node build/version-post.mjs"
},
"type": "module",
"version": "2.0.0"
}