{
  "name": "node-weakauras-parser",
  "version": "3.2.11",
  "description": "Native module for Node.js that does deserialization/serialization of WeakAuras' strings",
  "keywords": ["World of Warcraft", "WoW", "WeakAuras", "WA"],
  "main": "lib/index.js",
  "author": "Velithris",
  "license": "GPL-2.0-only",
  "dependencies": {
    "@mapbox/node-pre-gyp": "^2.0",
    "cargo-cp-artifact": "^0.1"
  },
  "scripts": {
    "install": "node-pre-gyp install --fallback-to-build=false || cargo-cp-artifact -nc native/index.node -- cargo build --release --manifest-path=native/Cargo.toml --message-format=json-render-diagnostics",
    "install:debug": "cargo-cp-artifact -nc native/index.node -- cargo build --manifest-path=native/Cargo.toml --message-format=json-render-diagnostics",
    "package-binary": "node-pre-gyp package"
  },
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/Velithris/node-weakauras-parser.git"
  },
  "engines": {
    "node": ">= 12"
  },
  "binary": {
    "module_name": "index",
    "host": "https://github.com/Zireael-N/node-weakauras-parser/releases/download/",
    "remote_path": "v{version}",
    "package_name": "{platform}-{arch}-{libc}.tar.gz",
    "module_path": "./native"
  }
}
