{
  "name": "@takumi-rs/core-linux-x64-musl",
  "version": "2.13.1",
  "cpu": [
    "x64"
  ],
  "main": "core.linux-x64-musl.node",
  "files": [
    "core.linux-x64-musl.node"
  ],
  "description": "Render OG images from Takumi node trees with native Node.js bindings. No headless browser.",
  "keywords": [
    "css",
    "image",
    "image-generation",
    "napi",
    "nodejs",
    "og-image",
    "rust"
  ],
  "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": [
    "linux"
  ],
  "libc": [
    "musl"
  ]
}