{
  "name": "recipe-creator",
  "version": "2.3.10",
  "description": "The easy to use recipe plugin for WordPress' Gutenberg editor. Easily create recipes and optimize them for Google & Co automatically.",
  "author": "Oliver Wagner",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "repository": "https://github.com/rogervanwile/recipe-creator",
  "bugs": "https://github.com/rogervanwile/recipe-creator/issues",
  "scripts": {
    "prebuild": "npm run cleanup",
    "cleanup": "rm -rf ./build",
    "build": "wp-scripts build",
    "fix:font-svgs": "node node_modules/oslllo-svg-fixer/src/cli.js --source ./src/svgs --destination ./src/svgs",
    "build:fonts": "svgtofont --sources ./src/svgs --output ./src/blocks/recipe/fonts/recipe-creator-icons/",
    "format:js": "wp-scripts format-js",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "start": "wp-scripts start",
    "packages-update": "wp-scripts packages-update",
    "archive": "node ./create-archive.js",
    "test:start:cli": "wp-cypress start && cypress run",
    "test:start": "wp-cypress start && cypress open",
    "test:stop": "wp-cypress stop",
    "i18n:make-pot": "wp i18n make-pot ./ languages/recipe-creator.pot --exclude=src,node_modules",
    "i18n:make-json": "rm -rf languages/*.json || true && wp i18n make-json languages/recipe-creator-de_DE.po --no-purge --use-map=./i18n-json-map.json",
    "prepare": "husky install",
    "prettify": "npx prettier . --write --plugin=@prettier/plugin-php"
  },
  "dependencies": {
    "@wordpress/date": "5.3.0",
    "@wordpress/keycodes": "4.3.0",
    "@wordpress/media-utils": "5.3.0",
    "color": "4.2.3",
    "gulp-sass": "5.1.0",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@bigbite/wp-cypress": "0.11.1",
    "@prettier/plugin-php": "^0.21.0",
    "@types/color": "3.0.6",
    "@types/dom-screen-wake-lock": "1.0.3",
    "@types/filesystem": "0.0.32",
    "@types/handlebars": "^4.1.0",
    "@types/node": "^16",
    "@types/qrcode": "^1.4.2",
    "@types/showdown": "2.0.0",
    "@wordpress/scripts": "28.3.0",
    "axios": "^1.6.5",
    "cheerio": "^1.0.0-rc.12",
    "cypress": "12.5.1",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "handlebars-loader": "1.7.3",
    "husky": "^8.0.3",
    "lint-staged": "^15.1.0",
    "oslllo-svg-fixer": "^3.0.0",
    "prompt": "^1.1.0",
    "qrcode": "1.5.0",
    "svgtofont": "^4.1.1",
    "ts-loader": "9.3.1",
    "ts-node": "10.9.1",
    "typescript": "^4.1.3",
    "webpack": "5.75.0",
    "webpack-cli": "^4.9.2"
  },
  "lint-staged": {
    "**/*": "prettier . --write --plugin=@prettier/plugin-php"
  },
  "prettier": {
    "printWidth": 120
  },
  "svgtofont": {
    "fontName": "recipe-creator-icons",
    "emptyDist": true,
    "css": {
      "output": "./src/blocks/recipe/",
      "fileName": "_recipe-creator-icons",
      "cssPath": "./fonts/recipe-creator-icons/",
      "include": "\\.scss$"
    },
    "website": false,
    "outSVGReact": false
  }
}
