{
  "name": "email-tracker",
  "version": "1.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "wp-scripts build",
    "build:custom": "wp-scripts build src/pro/index.js --output-path=build/pro",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "start": "wp-scripts start",
    "start:custom": "wp-scripts start src/pro/index.js --output-path=build/pro",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@wordpress/scripts": "^31.1.0"
  },
  "dependencies": {}
}
