{
  "name": "woo-accounting-report",
  "title": "woo-accounting-report",
  "license": "GPL-3.0-or-later",
  "version": "4.0.1",
  "description": "woo-accounting-report",
  "scripts": {
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format:js": "wp-scripts format-js",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:md:js": "wp-scripts lint-md-js",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "packages-update:wp-6.6": "wp-scripts packages-update --dist-tag=wp-6.6",
    "packages-update:wp-6.9": "wp-scripts packages-update --dist-tag=wp-6.9",
    "packages-update:latest": "wp-scripts packages-update --dist-tag=latest",
    "start": "wp-scripts start",
    "plugin-zip": "wp-scripts plugin-zip",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js",
    "release": "bun install && bun run build && bun run plugin-zip",
    "instawp": "bun install && bun run build"
  },
  "devDependencies": {
    "@woocommerce/dependency-extraction-webpack-plugin": "3.0.1",
    "@woocommerce/eslint-plugin": "2.3.0",
    "@wordpress/scripts": "29.0.0"
  },
  "files": [
    "LICENSE",
    "assets",
    "build",
    "readme.txt",
    "src/analytics",
    "src/plugin",
    "src/report",
    "uninstall.php",
    "woo-accounting-report.php"
  ],
  "dependencies": {
    "@automattic/interpolate-components": "^1.2.1",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^6.1.0",
    "@wordpress/components": "^28.7.0",
    "ajv": "^8.17.1",
    "axios": "^1.4.0",
    "build": "^0.1.4",
    "classnames": "^2.5.1",
    "ddev": "^0.0.10",
    "emoji-flags": "^1.3.0",
    "gridicons": "^3.4.2",
    "install": "^0.13.0",
    "react-dates": "^21.8.0",
    "stream": "^0.0.2",
    "timers": "^0.1.1",
    "xml2js": "^0.6.0"
  }
}
