{
  "name": "md4ai",
  "author": "Erik Golinelli <erik@codekraft.it>",
  "license": "GPL-2.0-only",
  "version": "1.0.0",
  "description": "Markdown for AI - GEO optimization for WordPress",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erikyo/md4ai.git"
  },
  "bugs": {
    "url": "https://github.com/erikyo/md4ai/issues"
  },
  "files": [
    "build/*",
    "inc/*",
    "vendor/*",
    "md4ai.php",
    "composer.json",
    "readme.txt"
  ],
  "scripts": {
    "start": "wp-scripts start",
    "build": "wp-scripts build",
    "preplugin-zip": "npm run build && npm run makepot",
    "plugin-zip": "wp-scripts plugin-zip",
    "lint:css": "wp-scripts lint-style ./src/**/*.scss --fix",
    "lint:js": "wp-scripts lint-js ./src/**/*.ts --fix",
    "packages-update": "wp-scripts packages-update",
    "wp-env:start": "wp-env start",
    "wp-env:xdebug": "wp-env start --xdebug",
    "wp-env:stop": "wp-env stop",
    "wp-env:destroy": "wp-env destroy",
    "makepot": "npx make-pot",
    "test:unit:php": "wp-env run tests-wordpress /var/www/html/wp-content/plugins/md4ai/vendor/bin/phpunit -c /var/www/html/wp-content/plugins/md4ai/phpunit.xml.dist --verbose"
  },
  "homepage": "https://github.com/erikyo/md4ai#readme",
  "devDependencies": {
    "@wordpress/env": "^10.34.0",
    "@wordpress/i18n": "^6.7.0",
    "@wordpress/scripts": "^31.1.0",
    "@wp-blocks/make-pot": "^1.6.3"
  },
  "dependencies": {
    "chart.js": "^4.5.1",
    "dompurify": "^3.3.0",
    "marked": "^17.0.0"
  },
  "stylelint": {
    "extends": [
      "@wordpress/stylelint-config",
      "@wordpress/stylelint-config/scss"
    ]
  },
  "prettier": "@wordpress/prettier-config"
}
