{
  "name": "webtoffee-cookie-consent-v3",
  "version": "3.0.0",
  "description": "WordPress Cookie Consent Plugin",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "husky install"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "husky": "^8.0.0",
    "lint-staged": "^15.0.2"
  },
  "lint-staged": {
    "**/*.php*": [
      "vendor/squizlabs/php_codesniffer/bin/phpcs"
    ]
  }
}
