{
  "name": "fop-cli",
  "version": "5.3.2",
  "description": "Filter Orderer and Preener - A tool for sorting and cleaning ad-blocking filter lists",
  "keywords": [
    "adblock",
    "easylist",
    "filter",
    "privacy",
    "ublock",
    "adblock-plus"
  ],
  "author": "EasyList Team",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanbr/fop-rs.git"
  },
  "homepage": "https://github.com/ryanbr/fop-rs",
  "bugs": {
    "url": "https://github.com/ryanbr/fop-rs/issues"
  },
  "bin": {
    "fop": "bin/fop.js"
  },
  "files": [
    "bin/fop.js",
    "install.js",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=14"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
