{
  "name": "cpt-meta-size-analyzer",
  "version": "1.0.0",
  "scripts": {
    "file:index": "wp-scripts build src/index.js --output-path=assets/js/option --output-filename=index-setting.js",
    "file:index-table": "wp-scripts build src/index-table.js --output-path=assets/js/table --output-filename=index-table.js",
    "file:action": "wp-scripts build src/index-action.js --output-path=assets/js/action --output-filename=index-action.js",
    "build:all": "npm run file:index-table && npm run file:index && npm run file:action",
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update"
  },
  "author": "hitesh talpada",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@wordpress/scripts": "^30.10.0"
  },
  "dependencies": {
    "@wordpress/icons": "^10.21.0"
  }
}
