{
	"name": "umich-oidc-login-gutenberg",
	"version": "1.2.0-alpha2",
	"description": "UMich OIDC Login Gutenberg blocks and Gutenberg components based access restriction metabox.",
	"author": "Regents of the University of Michigan",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"oidc",
		"login"
	],
	"homepage": "https://wordpress.org/plugins/umich-oidc-login/",
	"repository": {
		"type": "git",
		"url": "https://github.com/its-webhosting/umich-oidc-login.git"
	},
	"bugs": {
		"url": "https://github.com/its-webhosting/umich-oidc-login/issues"
	},
	"main": "src/metabox/index.js",
	"dependencies": {
		"react-select": "^5.7.4"
	},
	"devDependencies": {
		"@wordpress/scripts": "26.6.3"
	},
	"scripts": {
		"build": "wp-scripts build",
		"build:metabox": "wp-scripts build --webpack-src-dir=src/metabox --output-path=build/metabox",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	}
}
