{
  "name": "oacs-image-slider-blocks",
  "version": "2.0.1",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start"
  },
  "devDependencies": {
    "@wordpress/scripts": "^23.2.0"
  },
  "dependencies": {
    "classnames": "^2.3.2",
    "lodash": "^4.17.21"
  }
}