adblock-rs
Version:
Very fast, Rust-based, native implementation of ad-blocker engine for Node
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "adblock-rs",
"version": "0.9.7",
"description": "Very fast, Rust-based, native implementation of ad-blocker engine for Node",
"keywords": [
"adblock",
"adblocker",
"adblocking",
"ad",
"ads",
"block",
"blocker",
"blocking",
"rust"
],
"main": "js/index.js",
"author": "Anton Lazarev <alazarev@brave.com>",
"contributors": [
"Andrius Aucinas"
],
"license": "MPL-2.0",
"homepage": "https://github.com/brave/adblock-rust#readme",
"bugs": {
"url": "https://github.com/brave/adblock-rust/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/adblock-rust.git"
},
"dependencies": {
"cargo-cp-artifact": "^0.1"
},
"scripts": {
"build": "cd js && cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"update-lists": "node data/update-lists.js",
"postinstall": "npm run build-release",
"test": "cargo test"
}
}