{
  "name": "historian",
  "version": "2.0.0",
  "description": "Historian surfaces old blog posts on your dashboard and as a sidebar widget.",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build",
    "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",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ohryan/Historian.git"
  },
  "author": "Ryan Neudorf",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/ohryan/Historian/issues"
  },
  "homepage": "https://github.com/ohryan/Historian#readme",
  "devDependencies": {
    "@wordpress/scripts": "^23.4.0"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^6.36.0",
    "@wordpress/block-editor": "^9.4.0",
    "@wordpress/components": "^19.14.0",
    "@wordpress/i18n": "^4.12.0"
  }
}
