package.json 374 B

1234567891011121314151617181920
  1. {
  2. "name": "@esbuild/win32-x64",
  3. "version": "0.21.5",
  4. "description": "The Windows 64-bit 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. "preferUnplugged": true,
  11. "engines": {
  12. "node": ">=12"
  13. },
  14. "os": [
  15. "win32"
  16. ],
  17. "cpu": [
  18. "x64"
  19. ]
  20. }