{
  "name": "edd-software-licensing",
  "version": "3.8.14",
  "private": true,
  "devDependencies": {
    "@wordpress/scripts": "^26.2.0",
    "grunt": "^1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-force-task": "^3.0.0",
    "load-grunt-tasks": "^5.1.0",
    "mini-css-extract-plugin": "^2.7.6",
    "webpack-fix-style-only-entries": "^0.6.1"
  },
  "scripts": {
    "build": "wp-scripts build",
    "dev": "wp-scripts start",
    "translate": "grunt clean && wp i18n make-pot . languages/edd_sl.pot --exclude=build,node_modules,assets,tests",
    "package": "npm run build && npm run translate && grunt copy && grunt compress"
  }
}
