{
  "name": "@teddyzhu/clipboard-linux-x64-gnu",
  "version": "0.0.10",
  "cpu": [
    "x64"
  ],
  "main": "clipboard.linux-x64-gnu.node",
  "files": [
    "clipboard.linux-x64-gnu.node"
  ],
  "description": "it's a node package with napi-rs wrapper clipboard-rs",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Teddy-Zhu/node-clipboard-rs.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}