{
  "name": "sw-admin-customizer",
  "version": "1.3.0",
  "description": "Customizes the WordPress admin area.",
  "author": "Seniors",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build src/js/index.js --output-path=assets/build",
    "start": "wp-scripts start src/js/index.js --output-path=assets/build",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "packages-update": "wp-scripts packages-update"
  },
  "devDependencies": {
    "@wordpress/scripts": "^30.23.0"
  }
}
