package.json 848 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@img/sharp-win32-x64",
  3. "version": "0.35.3",
  4. "description": "Prebuilt sharp for use with Windows x64",
  5. "author": "Lovell Fuller <npm@lovell.info>",
  6. "homepage": "https://sharp.pixelplumbing.com",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/lovell/sharp.git",
  10. "directory": "npm/win32-x64"
  11. },
  12. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  13. "funding": {
  14. "url": "https://opencollective.com/libvips"
  15. },
  16. "preferUnplugged": true,
  17. "files": [
  18. "index.cjs",
  19. "lib",
  20. "versions.json"
  21. ],
  22. "publishConfig": {
  23. "access": "public"
  24. },
  25. "type": "commonjs",
  26. "exports": {
  27. "./sharp.node": "./index.cjs",
  28. "./package": "./package.json",
  29. "./versions": "./versions.json"
  30. },
  31. "engines": {
  32. "node": ">=20.9.0"
  33. },
  34. "os": [
  35. "win32"
  36. ],
  37. "cpu": [
  38. "x64"
  39. ]
  40. }