{
  "name": "affiliate-coupons",
  "version": "1.6.11",
  "description": "Affiliate Coupons WordPress Plugin",
  "author": "Affiliate Coupons",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/flowdee/affiliate-coupons"
  },
  "scripts": {
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "production": "mix --production",
    "prod": "npm run production"
  },
  "pot": {
    "type": "wp-plugin",
    "textdomain": "affiliate-coupons",
    "src": "affiliate-coupons.php",
    "header": {
      "bugs": "https://wordpress.org/support/plugin/affiliate-coupons",
      "team": "Affiliate Coupons <support@affcoups.com>",
      "last_translator": "Affiliate Coupons <support@affcoups.com>"
    }
  },
  "dependencies": {
    "clipboard": "^2.0.6",
    "core-js": "^3.8.3"
  },
  "devDependencies": {
    "laravel-mix": "^6.0.10",
    "less": "^4.1.0",
    "less-loader": "^7.2.1",
    "postcss": "^8.2.4"
  }
}
