{
  "name": "filter-ai",
  "version": "1.5.1",
  "author": "Filter",
  "license": "GPL-3.0",
  "main": "build/scripts.js",
  "scripts": {
    "build": "wp-scripts build",
    "plugin-zip": "wp-scripts build && wp-scripts plugin-zip",
    "start": "wp-scripts start",
    "prepare": "husky",
    "typecheck": "tsc"
  },
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@types/react": "^19.0.12",
    "@types/react-dom": "^19.0.4",
    "@types/underscore": "^1.13.0",
    "@types/wordpress__block-editor": "^11.5.16",
    "@wordpress/scripts": "^30.13.0",
    "eslint": "^9.23.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.5",
    "file-loader": "^6.2.0",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.2",
    "prettier": "^3.5.3",
    "ts-loader": "^9.5.2",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.28.0",
    "@types/diff": "^5.0.8"
  },
  "files": [
    "filter-ai.php",
    "build",
    "includes",
    "composer.json",
    "packages",
    "src"
  ],
  "dependencies": {
    "@lottiefiles/dotlottie-react": "^0.14.1",
    "@wordpress/block-editor": "^15.7.0",
    "@wordpress/blocks": "^15.7.0",
    "@wordpress/components": "^30.7.0",
    "@wordpress/data": "^10.34.0",
    "@wordpress/element": "^6.34.0",
    "@wordpress/hooks": "^4.34.0",
    "@wordpress/i18n": "^6.7.0",
    "@wordpress/media-utils": "^5.34.0",
    "@wordpress/rich-text": "^7.34.0",
    "@wordpress/url": "^4.34.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "underscore": "^1.13.7",
    "diff": "^5.2.0"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  }
}
