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

17 lines
334 B
JSON

{
"name": "@autometabuilder/string_length",
"version": "1.0.0",
"description": "get string length.",
"author": "AutoMetabuilder",
"license": "MIT",
"keywords": [
"string",
"workflow",
"plugin"
],
"main": "string_length.py",
"metadata": {
"plugin_type": "string.length",
"category": "string"
}
}