{
  "name": "sliderberg",
  "version": "1.0.8",
  "description": "A modern slider block for WordPress block editor",
  "author": "DotCamp",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "files": [
    "build",
    "src",
    "languages",
    "assets",
    "includes",
    "vendor",
    "readme.txt",
    "sliderberg.php"
  ],
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "export": "wp-scripts build && wp-scripts plugin-zip",
    "lint": "wp-scripts lint-js",
    "lint:fix": "wp-scripts lint-js --fix",
    "test": "wp-scripts test-unit-js",
    "test:watch": "wp-scripts test-unit-js --watch",
    "test:coverage": "wp-scripts test-unit-js --coverage"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^30.0.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/wordpress__block-editor": "^11.5.16",
    "@types/wordpress__i18n": "^3.4.0",
    "@wordpress/block-editor": "^14.18.0",
    "@wordpress/blocks": "^12.25.0",
    "@wordpress/components": "^29.9.0",
    "@wordpress/element": "^5.24.0",
    "@wordpress/i18n": "^4.47.0",
    "@wordpress/scripts": "^30.26.0",
    "ts-jest": "^29.4.5",
    "typescript": "^5.3.3",
    "webpack-bundle-analyzer": "^5.0.1"
  },
  "dependencies": {
    "@types/classnames": "^2.3.0",
    "@wordpress/icons": "^10.23.0",
    "classnames": "^2.5.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
