{ "name": "@metabuilder/math_modulo", "version": "1.0.0", "description": "Calculate modulo of two numbers", "author": "MetaBuilder", "license": "MIT", "keywords": ["math", "workflow", "plugin"], "main": "src/lib.rs", "files": ["src/lib.rs", "src/factory.rs"], "metadata": { "plugin_type": "math.modulo", "category": "math", "struct": "MathModulo", "entrypoint": "execute" } }