{
  "name": "spreadsheetconverter-calculator",
  "version": "12.0.0",
  "private": true,
  "description": "SpreadsheetConverter Calculator - Gutenberg block that embeds a converted Excel calculator without an iframe.",
  "author": "Framtidsforum I&M AB",
  "license": "GPL-2.0-or-later",
  "files": [
    "import-spreadsheets-from-microsoft-excel.php",
    "uninstall.php",
    "readme.txt",
    "build",
    "includes"
  ],
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "test:unit": "wp-scripts test-unit-js",
    "lint:js": "wp-scripts lint-js",
    "plugin-zip": "wp-scripts plugin-zip",
    "env": "wp-env"
  },
  "devDependencies": {
    "@wordpress/env": "^10.20.0",
    "@wordpress/scripts": "^30.13.0"
  },
  "dependencies": {
    "@wordpress/i18n": "^6.21.0"
  }
}
