package.json 886 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@img/sharp-darwin-arm64",
  3. "version": "0.34.5",
  4. "description": "Prebuilt sharp for use with macOS 64-bit ARM",
  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/darwin-arm64"
  11. },
  12. "license": "Apache-2.0",
  13. "funding": {
  14. "url": "https://opencollective.com/libvips"
  15. },
  16. "preferUnplugged": true,
  17. "optionalDependencies": {
  18. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  19. },
  20. "files": [
  21. "lib"
  22. ],
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "type": "commonjs",
  27. "exports": {
  28. "./sharp.node": "./lib/sharp-darwin-arm64.node",
  29. "./package": "./package.json"
  30. },
  31. "engines": {
  32. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  33. },
  34. "os": [
  35. "darwin"
  36. ],
  37. "cpu": [
  38. "arm64"
  39. ]
  40. }