UNPKG

node-weakauras-parser

Version:

Native module for Node.js that does deserialization/serialization of WeakAuras' strings

36 lines (35 loc) 1.31 kB
{ "name": "node-weakauras-parser", "version": "3.2.4", "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": "MIT", "dependencies": { "@mapbox/node-pre-gyp": "^2.0", "cargo-cp-artifact": "^0.1" }, "devDependencies": { "node-pre-gyp-github": "^2.0" }, "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", "upload-binary": "node-pre-gyp package && node-pre-gyp-github publish" }, "repository": { "type": "git", "url": "https://github.com/Zireael-N/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" } }