{
  "name": "wow-extensions-for-woocommerce",
  "version": "1.0.0",
  "description": "Build configuration for Wow Extensions for WooCommerce",
  "scripts": {
    "build:css": "cleancss -o assets/css/admin.css src/css/admin.css",
    "build:js": "terser src/js/admin.js -o assets/js/admin.js -c -m",
    "build": "npm run build:css && npm run build:js",
    "watch:css": "chokidar \"src/css/*.css\" -c \"npm run build:css\"",
    "watch:js": "chokidar \"src/js/*.js\" -c \"npm run build:js\"",
    "watch": "npm run watch:css & npm run watch:js",
    "dev": "npm run watch",
    "zip": "npm run build && node scripts/zip.js"
  },
  "devDependencies": {
    "clean-css-cli": "^5.6.2",
    "terser": "^5.19.4",
    "chokidar-cli": "^3.0.0"
  },
  "keywords": [
    "wordpress",
    "woocommerce",
    "plugin"
  ],
  "author": "",
  "license": "GPL-2.0-or-later",
  "main": "index.js",
  "dependencies": {
    "acorn": "^8.15.0",
    "ansi-regex": "^4.1.1",
    "ansi-styles": "^3.2.1",
    "anymatch": "^3.1.3",
    "balanced-match": "^1.0.2",
    "binary-extensions": "^2.3.0",
    "brace-expansion": "^1.1.12",
    "braces": "^3.0.3",
    "buffer-from": "^1.1.2",
    "camelcase": "^5.3.1",
    "chokidar": "^3.6.0",
    "clean-css": "^5.3.3",
    "cliui": "^5.0.0",
    "color-convert": "^1.9.3",
    "color-name": "^1.1.3",
    "commander": "^7.2.0",
    "concat-map": "^0.0.1",
    "decamelize": "^1.2.0",
    "emoji-regex": "^7.0.3",
    "fill-range": "^7.1.1",
    "find-up": "^3.0.0",
    "fs.realpath": "^1.0.0",
    "get-caller-file": "^2.0.5",
    "glob": "^7.2.3",
    "glob-parent": "^5.1.2",
    "inflight": "^1.0.6",
    "inherits": "^2.0.4",
    "is-binary-path": "^2.1.0",
    "is-extglob": "^2.1.1",
    "is-fullwidth-code-point": "^2.0.0",
    "is-glob": "^4.0.3",
    "is-number": "^7.0.0",
    "locate-path": "^3.0.0",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "minimatch": "^3.1.2",
    "normalize-path": "^3.0.0",
    "once": "^1.4.0",
    "p-limit": "^2.3.0",
    "p-locate": "^3.0.0",
    "p-try": "^2.2.0",
    "path-exists": "^3.0.0",
    "path-is-absolute": "^1.0.1",
    "picomatch": "^2.3.1",
    "readdirp": "^3.6.0",
    "require-directory": "^2.1.1",
    "require-main-filename": "^2.0.0",
    "set-blocking": "^2.0.0",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.21",
    "string-width": "^3.1.0",
    "strip-ansi": "^5.2.0",
    "to-regex-range": "^5.0.1",
    "which-module": "^2.0.1",
    "wrap-ansi": "^5.1.0",
    "wrappy": "^1.0.2",
    "y18n": "^4.0.3",
    "yargs": "^13.3.2",
    "yargs-parser": "^13.1.2"
  }
}
