{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "eliza-chatbot/eliza-chatbot",
  "version": "0.1.1",
  "title": "Eliza Chatbot",
  "category": "widgets",
  "icon": "smiley",
  "description": "ELIZA - A retro chatbot that simulates a psychotherapist, based on the original 'ELIZA' script created by Joseph Weizenbaum in 1966.",
  "keywords": [
    "ELIZA",
    "chatbot",
    "psychotherapist",
    "bot",
    "NLP",
    "AI",
    "chat"
  ],
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./style-index.css"
  ]
}