2024-01-29 09:26:07 +08:00

16 lines
346 B
JSON

{
"name": "esbuild",
"version": "0.12.25",
"description": "An extremely fast JavaScript bundler and minifier.",
"repository": "https://github.com/evanw/esbuild",
"scripts": {
"postinstall": "node install.js"
},
"main": "lib/main.js",
"types": "lib/main.d.ts",
"bin": {
"esbuild": "bin/esbuild"
},
"license": "MIT"
}