{
  "name": "financial-ratio-block",
  "version": "1.1.0",
  "description": "Example block scaffolded with Create Block tool.",
  "author": "The WordPress Contributors",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build --webpack-copy-php",
    "format": "wp-scripts format",
    "lint": "wp-scripts lint-style && wp-scripts lint-js",
    "lint:fix": "wp-scripts lint-style --fix && wp-scripts lint-js --fix",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start --webpack-copy-php",
    "env": "wp-env",
    "test:unit": "echo 'skipping, no tests configured yet'"
  },
  "devDependencies": {
    "@wordpress/components": "^25.11.0",
    "@wordpress/env": "^8.11.0",
    "@wordpress/scripts": "^26.16.0",
    "eslint": "^8.53.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-n": "^16.3.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.33.2"
  },
  "dependencies": {
    "@wordpress/blocks": "^12.22.0",
    "@wordpress/element": "^5.22.0",
    "mutation-observer": "^1.0.3",
    "react": "^18.2.0"
  }
}
