package.json 811 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@napi-rs/canvas-win32-x64-msvc",
  3. "version": "0.1.97",
  4. "os": [
  5. "win32"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "main": "skia.win32-x64-msvc.node",
  11. "files": [
  12. "skia.win32-x64-msvc.node",
  13. "icudtl.dat"
  14. ],
  15. "description": "Canvas for Node.js with skia backend",
  16. "keywords": [
  17. "napi-rs",
  18. "NAPI",
  19. "N-API",
  20. "Rust",
  21. "node-addon",
  22. "node-addon-api",
  23. "canvas",
  24. "image",
  25. "pdf",
  26. "svg",
  27. "skia"
  28. ],
  29. "license": "MIT",
  30. "engines": {
  31. "node": ">= 10"
  32. },
  33. "publishConfig": {
  34. "registry": "https://registry.npmjs.org/",
  35. "access": "public"
  36. },
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/Brooooooklyn/canvas.git"
  40. },
  41. "funding": {
  42. "type": "github",
  43. "url": "https://github.com/sponsors/Brooooooklyn"
  44. }
  45. }