package.json 855 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@img/sharp-wasm32",
  3. "version": "0.35.3",
  4. "description": "Prebuilt sharp for use with WebAssembly",
  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/wasm32"
  11. },
  12. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  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. "dependencies": {
  35. "@emnapi/runtime": "^1.11.1"
  36. }
  37. }