package.json 826 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@img/sharp-libvips-darwin-arm64",
  3. "version": "1.2.4",
  4. "description": "Prebuilt libvips and dependencies for use with sharp on 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-libvips.git",
  10. "directory": "npm/darwin-arm64"
  11. },
  12. "license": "LGPL-3.0-or-later",
  13. "funding": {
  14. "url": "https://opencollective.com/libvips"
  15. },
  16. "preferUnplugged": true,
  17. "publishConfig": {
  18. "access": "public"
  19. },
  20. "files": [
  21. "lib",
  22. "versions.json"
  23. ],
  24. "type": "commonjs",
  25. "exports": {
  26. "./lib": "./lib/index.js",
  27. "./package": "./package.json",
  28. "./versions": "./versions.json"
  29. },
  30. "os": [
  31. "darwin"
  32. ],
  33. "cpu": [
  34. "arm64"
  35. ]
  36. }