{
  "name": "@napi-rs/canvas-win32-x64-msvc",
  "version": "0.1.97",
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "main": "skia.win32-x64-msvc.node",
  "files": [
    "skia.win32-x64-msvc.node",
    "icudtl.dat"
  ],
  "description": "Canvas for Node.js with skia backend",
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Brooooooklyn/canvas.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  }
}