{
	"name": "@connectoor/connectoor-jobs",
	"version": "1.0.0",
	"description": "Plugin for creating jobs in WordPress",
	"author": "VCAT Consulting GmbH - Team WordPress",
	"license": "GPL-3.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format:js": "wp-scripts format-js",
		"format:js:src": "wp-scripts format-js ./src",
		"lint:css": "wp-scripts lint-style",
		"lint:css:src": "wp-scripts lint-style 'src/**/*.css'",
		"lint:js": "wp-scripts lint-js",
		"lint:js:src": "wp-scripts lint-js ./src",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:md:js": "wp-scripts lint-md-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"make-pot": "wp i18n make-pot . languages/connectoor-jobs.pot --exclude=vendor,node_modules,src",
		"make-json": "wp i18n make-json languages/ --no-purge",
		"packages-update": "wp-scripts packages-update",
		"postpackages-update": "npm run build",
		"start": "wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js"
	},
	"devDependencies": {
    "@wordpress/compose": "^6.28.0",
    "@wordpress/block-editor":"13.1.0",
    "@wordpress/icons": "^9.42.0",
		"@wordpress/eslint-plugin": "^18.1.0",
		"@wordpress/scripts": "^27.9.0",
    "@wordpress/plugins": "^6.19.1",
    "classnames": "^2.5.1",
    "lodash": "^4.17.21",
    "jquery-ui-dist": "^1.13.2"
	}
}
