{
  "name": "@gifsx/gifsx-linux-x64-gnu",
  "version": "1.0.15",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "main": "gifsx.linux-x64-gnu.node",
  "files": [
    "gifsx.linux-x64-gnu.node"
  ],
  "description": "Gif Rust crate bindings for Node.js.",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api",
    "gif",
    "encoder",
    "decoder",
    "gif-encoder",
    "gif-decoder"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "libc": [
    "glibc"
  ]
}