{
  "name": "@takumi-rs/core-darwin-arm64",
  "version": "2.5.3",
  "cpu": [
    "arm64"
  ],
  "main": "core.darwin-arm64.node",
  "files": [
    "core.darwin-arm64.node"
  ],
  "description": "Native Node.js bindings for the Takumi Rust image rendering engine.",
  "keywords": [
    "css",
    "image",
    "jsx",
    "napi",
    "nodejs",
    "og-image",
    "react",
    "rendering"
  ],
  "author": {
    "name": "Kane Wang",
    "email": "me@kane.tw",
    "url": "https://kane.tw"
  },
  "homepage": "https://takumi.kane.tw/docs/integration",
  "license": "(MIT OR Apache-2.0)",
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kane50613/takumi.git",
    "directory": "takumi-napi"
  },
  "bugs": {
    "url": "https://github.com/kane50613/takumi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "darwin"
  ]
}