MyRepo-Ums/node_modules/esbuild-wasm/package.json
2024-01-19 11:09:11 +01:00

17 lines
381 B
JSON

{
"name": "esbuild-wasm",
"version": "0.19.5",
"description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
"engines": {
"node": ">=12"
},
"main": "lib/main.js",
"browser": "lib/browser.js",
"types": "lib/main.d.ts",
"directories": {
"bin": "bin"
}
}