16 lines
346 B
JSON
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"
|
|
}
|