{
  "name": "boxer",
  "version": "1.0.0",
  "description": "Boxer puts your WordPress posts into boxes.",
  "main": "index.js",
  "scripts": {
    "build": "wp-scripts build  --config webpack.config.js --mode=production",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses --production",
    "lint:css": "wp-scripts lint-style '**/*.css'",
    "lint:js": "wp-scripts lint-js .",
    "lint:pkg-json": "wp-scripts lint-pkg-json .",
    "start": "wp-scripts start --config webpack.config.js --mode=development",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "author": "CK Lee",
  "license": "GPL-2.0-or-later",
  "devDependencies": {
    "@wordpress/scripts": "^3.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-react": "^7.13.0"
  },
  "dependencies": {
    "@wordpress/element": "^2.4.0",
    "lodash": "^4.17.11"
  }
}
