package.json 425 B

12345678910111213141516171819
  1. {
  2. "name": "esbuild-wasm",
  3. "version": "0.25.1",
  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": ">=18"
  12. },
  13. "main": "lib/main.js",
  14. "browser": "lib/browser.js",
  15. "types": "lib/main.d.ts",
  16. "directories": {
  17. "bin": "bin"
  18. }
  19. }