{ "name": "mind", "version": "0.3.0", "description": "Mind - AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks.", "author": "Mind Team", "license": "GPL-2.0-or-later", "files": [ "assets", "build", "classes", "mind.php", "readme.txt" ], "scripts": { "dev": "wp-scripts start --hot --progress", "build": "wp-scripts build --progress", "build:prod": "npm run make-pot && npm run make-json && npm run build && npm run plugin-zip", "lint:css": "wp-scripts lint-style", "lint:js": "wp-scripts lint-js", "lint:php": "composer run phpcs", "make-pot": "composer wp -- i18n make-pot ./ ./languages/mind.pot --skip-audit --exclude=vendor,vendors,tests,node_modules,build,dist-zip --headers='{\"Last-Translator\":\"Lazy Blocks Team\",\"Report-Msgid-Bugs-To\":\"https://github.com/nk-crew/mind/issues\"}'", "make-json": "po2json ./languages/mind.pot ./languages/mind.json --format=jed1.x --pretty --domain=mind", "packages-update": "wp-scripts packages-update", "plugin-zip": "wp-scripts plugin-zip" }, "devDependencies": { "@wordpress/eslint-plugin": "^17.2.0", "@wordpress/prettier-config": "^3.2.0", "@wordpress/scripts": "^26.16.0", "@wordpress/stylelint-config": "^21.28.0", "po2json": "^0.4.5", "prettier": "^3.1.0" }, "dependencies": { "clsx": "^2.0.0", "marked": "^10.0.0", "react-transition-group": "^4.4.5", "untruncate-json": "^0.0.1" } }