{
    "name": "revolink-npm",
    "version": "1.0.4-stable",
    "description": "A plugin for integrating Revolink redirect flows to handle and track external link redirects.",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "type": "module",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "require": "./dist/index.js"
        }
    },
    "scripts": {
        "build": "terser devsrc/flow-redirect.js --compress --mangle --module --output dist/flow-redirect.min.js && javascript-obfuscator dist/flow-redirect.min.js --output dist/flow-redirect.min.js --compact true --self-defending false --string-array true --string-array-encoding rc4 --control-flow-flattening false --identifier-names-generator hexadecimal --dead-code-injection false --debug-protection false --simplify true"
    },
    "files": [
        "dist"
    ],
    "keywords": [
        "revolink",
        "revenue",
        "flow",
        "integration",
        "redirect",
        "plugin"
    ],
    "author": "Maksym Yaroshchuk",
    "license": "Proprietary",
    "devDependencies": {
        "javascript-obfuscator": "^4.1.1",
        "terser": "^5.7.2"
    }
}
