Files
AutoMetabuilder/backend/autometabuilder/workflow/plugins/math/math_modulo/package.json
2026-01-10 17:16:17 +00:00

17 lines
323 B
JSON

{
"name": "@autometabuilder/math_modulo",
"version": "1.0.0",
"description": "modulo operation.",
"author": "AutoMetabuilder",
"license": "MIT",
"keywords": [
"math",
"workflow",
"plugin"
],
"main": "math_modulo.py",
"metadata": {
"plugin_type": "math.modulo",
"category": "math"
}
}