codeblox.json
This file defines the properties of your block, like its name, description, input/output type and more.
It is required in the root directory of any block you publish.
Example:
{
"name": "uppercase",
"description": "Converts text to uppercase",
"version": "2.0.0",
"input": "text",
"output": "text",
"directions": "Enter some text and this will convert it to uppercase for you.",
"keywords": ["foo", "bar"]
}