{
  "name": "js-archive-list",
  "version": "6.3.1",
  "description": "A widget for displaying an archive list with some effects.",
  "author": "Miguel Useche",
  "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:css:fix": "wp-scripts lint-style --fix",
    "lint:js": "wp-scripts lint-js",
    "lint:js:fix": "wp-scripts lint-js --fix",
    "start": "wp-scripts start",
    "packages-update": "wp-scripts packages-update",
    "test:unit": "wp-scripts test-unit-js"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^7.37.0",
    "@wordpress/block-editor": "^15.10.0",
    "@wordpress/blocks": "^15.10.0",
    "@wordpress/components": "^31.0.0",
    "@wordpress/data": "^10.37.0",
    "@wordpress/date": "^5.37.0",
    "@wordpress/element": "^6.37.0",
    "@wordpress/i18n": "^6.10.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@wordpress/babel-preset-default": "^8.37.0",
    "@wordpress/eslint-plugin": "^23.0.0",
    "@wordpress/scripts": "^31.2.0",
    "prettier": "^3.2.5"
  }
}
