{
  "name": "unlock-wordpress-plugin",
  "version": "2.0.0",
  "description": "=== Unlock Protocol === Contributors: julien51 Donate link: https://donate.unlock-protocol.com/?r=unlock-protocol/unlock Tags: paywall, ethereum, monetization, unlock, membership, subscription, member Requires at least: 5.1 Tested up to: 5.2 Stable tag: 1.0 License: GPLv3 License URI: https://github.com/unlock-protocol/unlock-wordpress-plugin/blob/master/LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unlock-protocol/unlock-wordpress-plugin.git"
  },
  "author": "",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/unlock-protocol/unlock-wordpress-plugin/issues"
  },
  "homepage": "https://github.com/unlock-protocol/unlock-wordpress-plugin#readme",
  "dependencies": {},
  "devDependencies": {
    "@wordpress/scripts": "7.1.2"
  },
  "scripts": {
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses --prod --gpl2 --ignore=abab",
    "start": "wp-scripts start src/*.js",
    "build": "wp-scripts build src/*.js",
    "lint:js": "wp-scripts lint-js src/*.js",
    "lint:js-fix": "wp-scripts lint-js src/*.js --fix",
    "lint:css": "wp-scripts lint-style '**/*.css'"
  }
}