-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 687 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 687 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
{
"name": "@parcel/optimizer-esbuild",
"version": "2.0.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"main": "lib/ESBuildOptimizer.js",
"source": "src/ESBuildOptimizer.js",
"engines": {
"node": ">= 10.0.0",
"parcel": "^2.0.0"
},
"dependencies": {
"@parcel/diagnostic": "^2.0.0",
"@parcel/plugin": "^2.0.0",
"@parcel/source-map": "^2.0.0",
"@parcel/utils": "^2.0.0",
"esbuild": "^0.13.0",
"nullthrows": "^1.1.1"
}
}