package.json 382 B

12345678910111213141516
  1. {
  2. "name": "esbuild-wasm",
  3. "version": "0.17.18",
  4. "description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
  5. "repository": "https://github.com/evanw/esbuild",
  6. "license": "MIT",
  7. "engines": {
  8. "node": ">=12"
  9. },
  10. "main": "lib/main.js",
  11. "browser": "lib/browser.js",
  12. "types": "lib/main.d.ts",
  13. "directories": {
  14. "bin": "bin"
  15. }
  16. }