@accordproject/cicero-engine
Version:
Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution
14 lines (13 loc) • 573 B
JSON
{
"name": "helloworldstate",
"displayName": "Hello World State",
"version": "0.14.0",
"description": "This is the stateful Hello World of Accord Project Templates. Executing the clause will simply echo back the text that occurs after the string `Hello` prepended to text that is passed in the request along with the number of times the clause has been called.",
"author": "Accord Project",
"license": "Apache-2.0",
"accordproject": {
"template": "clause",
"cicero": "^0.23.0"
},
"keywords": ["hello", "world", "greet"]
}