{
  "name": "cf7-antispam",
  "author": "Erik Golinelli",
  "license": "GPL-2.0-only",
  "version": "0.4.4",
  "description": "AntiSpam for Contact Form 7",
  "files": [
    "admin/*",
    "includes/*",
    "vendor/*",
    "languages/cf7-antispam.pot",
    "languages/readme.txt",
    "cf7-antispam.php",
    "LICENSE",
    "readme.txt"
  ],
  "scripts": {
    "start": "wp-scripts start",
    "build": "wp-scripts build",
    "plugin-zip": "wp-scripts plugin-zip",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js  ./includes/src ./admin/src",
    "packages-update": "wp-scripts packages-update",
    "wp-env:start": "wp-env start",
    "wp-env:stop": "wp-env stop",
    "wp-env:destroy": "wp-env destroy",
    "test:e2e": "wp-scripts test-e2e",
    "test:e2e:watch": "npm run test:e2e --watch",
    "postinstall": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erikyo/contact-form-7-antispam.git"
  },
  "bugs": {
    "url": "https://github.com/erikyo/contact-form-7-antispam/issues"
  },
  "homepage": "https://github.com/erikyo/contact-form-7-antispam#readme",
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@wordpress/babel-preset-default": "^7.9.0",
    "@wordpress/browserslist-config": "^5.8.0",
    "@wordpress/e2e-test-utils": "^9.2.0",
	"expect-puppeteer": "^6.1.1",
    "@wordpress/env": "^5.10.0",
    "@wordpress/eslint-plugin": "^13.9.0",
    "@wordpress/scripts": "^25.2.0",
    "chart.js": "^3.9.1",
    "husky": "^8.0.3"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=6.9.0"
  },
  "eslintConfig": {
    "extends": [
      "plugin:@wordpress/eslint-plugin/recommended"
    ]
  },
  "browserslist": [
    "extends @wordpress/browserslist-config",
    "Safari > 8",
    "IE > 10"
  ]
}
