{
	"name": "eliza-chatbot",
	"version": "0.1.1",
	"description": "ELIZA - A retro chatbot that simulates a psychotherapist, based on the original 'ELIZA' script created by Joseph Weizenbaum in 1966.",
	"author": "Szymon Jessa",
	"homepage": "https://www.szymonjessa.com/eliza",
	"license": "GPL-3.0-or-later",
	"main": "build/index.js",
	"files": ["eliza-chatbot.php", "readme.txt", "build", "assets", "micropython_eliza", "webclient"],
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"devDependencies": {
		"@wordpress/scripts": "^26.15.0"
	}
}
