{
	"name": "linked-open-profiles",
	"version": "0.7.1",
	"description": "Display public profile data from multiple ORCID profiles",
	"author": "ebengran",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"files": [
		"build",
		"languages",
		"screenshots",
		"linked-open-profiles.php",
		"orcid-api.php"
	],
	"scripts": {
		"build": "wp-scripts build --webpack-copy-php",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --webpack-copy-php",
		"prettier": "prettier"
	},
	"devDependencies": {
		"@wordpress/scripts": "^31.4.0"
	},
	"dependencies": {
		"@wordpress/element": "^6.39.0"
	}
}
