{
  "name": "@cffgf/colorful-fields-for-gravity-forms",
  "version": "1.0.0",
  "description": "Colorful Fields for Gravity Forms allow you to select a color for field labels and a background color for fields.",
  "author": "Team WordPress - VCAT Consulting GmbH",
  "license": "GPL-3.0-or-later",
  "main": "build/index.js",
  "scripts": {
    "env:start": "wp-env start",
    "test:e2e": "wp-scripts test-e2e",
    "test:e2e:help": "wp-scripts test-e2e --help",
    "test:e2e:debug": "wp-scripts --inspect-brk test-e2e --puppeteer-devtools",
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format:js": "wp-scripts format-js",
    "format:js:src": "wp-scripts format-js ./src",
    "lint:css": "wp-scripts lint-style",
    "lint:css:src": "wp-scripts lint-style 'src/**/*.css'",
    "lint:js": "wp-scripts lint-js",
    "lint:js:src": "wp-scripts lint-js ./src",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:md:js": "wp-scripts lint-md-js",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "make-pot": "wp i18n make-pot . languages/colorful-fields-for-gravity-forms.pot --exclude=vendor,node_modules,src",
    "make-json": "wp i18n make-json languages/ --no-purge",
    "packages-update": "wp-scripts packages-update",
    "postpackages-update": "npm run build",
    "start": "wp-scripts start",
    "test:unit": "wp-scripts test-unit-js"
  },
  "devDependencies": {
    "@wordpress/eslint-plugin": "^17.12.0",
    "@wordpress/e2e-test-utils": "^7.3.0",
    "@wordpress/env": "^4.6.0",
    "@wordpress/scripts": "^27.1.0",
    "@wordpress/i18n": "^4.55.0"
  }
}
