{
	"name": "oik",
	"version": "4.5.0",
	"description": "OIK Information Kit",
	"author": "bobbingwide",
	"license": "GPL-2.0-or-later",
	"repository": {
		"type": "git",
		"url": "git://github.com/bobbingwide/oik.git"
	},
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update",
		"dev": "wp-scripts start",
		"makepot": "wp i18n make-pot . languages/oik.pot --ignore-domain --domain=oik --exclude=node_modules,vendor,src/*.js,tests",
		"makejson": "wp i18n make-json languages --no-purge",
		"l10n": "l10n oik"
	},
	"dependencies": {
		"@wordpress/block-editor": "^5.3.3",
		"@wordpress/blocks": "^8.0.3",
		"@wordpress/i18n": "^3.20.0",
		"postcss": "^8.4.6"
	},
	"devDependencies": {
		"@wordpress/scripts": "^15.0.1"
	}
}
