package.json 372 B

1234567891011121314151617181920
  1. {
  2. "name": "@esbuild/linux-x64",
  3. "version": "0.25.1",
  4. "description": "The Linux 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": ">=18"
  13. },
  14. "os": [
  15. "linux"
  16. ],
  17. "cpu": [
  18. "x64"
  19. ]
  20. }