{
    "name": "elemailer-lite",
    "version": "1.1.0",
    "description": "Elementor Email template & campaign builder for WordPress",
    "main": "Gruntfile.js",
    "repository": {
      "type": "git",
      "url": "git@github.com:soyket/elemailer-lite.git"
    },
    "author": "voidcoder",
    "license": "ISC",
    "devDependencies": {
      "@wordpress/i18n": "^4.2.4",
      "@wordpress/scripts": "^19.2.2",
      "grunt": "^1.4.1",
      "grunt-bumpup": "^0.6.3",
      "grunt-cli": "^1.4.3",
      "grunt-contrib-clean": "^1.0.0",
      "grunt-contrib-compress": "^1.3.0",
      "grunt-contrib-copy": "^1.0.0",
      "grunt-contrib-cssmin": "^1.0.2",
      "grunt-contrib-uglify": "^5.0.1",
      "grunt-text-replace": "^0.4.0",
      "grunt-wp-i18n": "^0.5.4"
    },
    "scripts": {
      "start": "wp-scripts start",
      "build": "wp-scripts build",
      "i18n": "grunt textdomain && wp i18n make-pot . --exclude=\".github,.wordpress-org,bin,lib,node_modules,tests,vendor,.vscode,package.json,package-lock.json,*.json\" languages/elemailer-lite.pot --domain=elemailer-lite"
    }
  }