{
  "name": "dev-favicon-switcher",
  "version": "1.5.4.2",
  "description": "Automatically switches favicon (site icon) between production and development environments.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "wp-scripts build src/dev-favicon-switcher-settings.js",
    "start": "wp-scripts start src/dev-favicon-switcher-settings.js",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "make-json": "wp i18n make-json languages/ --no-purge && bash scripts/make-json-rename.sh dev-favicon-switcher",
    "make-pot": "wp i18n make-pot . languages/dev-favicon-switcher.pot --exclude=\"src\"",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "plugin-export": "npm run build && npm run plugin-zip"
  },
  "repository": {
    "type": "git",
    "url": "git+https://karasunouta@github.com/karasunouta/dev-favicon-switcher.git"
  },
  "keywords": [],
  "author": "karasunouta",
  "bugs": {
    "url": "https://github.com/karasunouta/dev-favicon-switcher/issues"
  },
  "homepage": "https://github.com/karasunouta/dev-favicon-switcher#readme",
  "devDependencies": {
    "@wordpress/scripts": "^31.3.0"
  },
  "files": [
    "build",
    "assets",
    "languages",
    "dev-favicon-switcher.php",
    "uninstall.php",
    "readme.txt"
  ]
}