github.com/evanw/esbuild@v0.21.4/npm/esbuild-wasm/package.json (about)

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