{
	"name": "oh-my-svg",
	"version": "1.5.0",
	"author": "Erik <erik@codekraft.it>",
	"license": "GPL-2.0-or-later",
	"main": "build/oh-my-svg-editor.js",
	"typings": "build/types",
	"files": [
		"build/*",
		"!build/types/*",
		"block.json",
		"svg-block.php",
		"LICENSE.md",
		"readme.txt"
	],
	"scripts": {
		"wp-env": "npx wp-env start",
		"wp-env-stop": "npx wp-env stop",
		"wp-env:xdebug": "npx wp-env start --xdebug",
		"wp-env:stop": "npx wp-env stop",
		"wp-env:destroy": "npx wp-env destroy",
		"build": "wp-scripts build",
		"start": "wp-scripts start",
		"format": "wp-scripts format --fix",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"test:unit": "wp-scripts test-unit-js",
		"prepare": "husky"
	},
    "devDependencies": {
        "@types/dompurify": "^3.0.5",
        "@types/expect-puppeteer": "^5.0.6",
        "@types/node": "^20.13.0",
        "@types/puppeteer": "^7.0.4",
        "@types/react": "^18.3.3",
        "@types/react-dom": "^18.3.0",
        "@types/wordpress__block-editor": "^15.0.0",
        "@types/wordpress__blocks": "^12.5.14",
        "@types/wordpress__element": "^2.14.1",
        "@wordpress/babel-preset-default": "^8.39.0",
        "@wordpress/block-editor": "^15.12.0",
        "@wordpress/data": "^10.39.0",
        "@wordpress/edit-site": "^6.39.0",
        "@wordpress/element": "^6.39.0",
        "@wordpress/i18n": "^6.12.0",
        "@wordpress/icons": "^11.6.0",
        "@wordpress/prettier-config": "^4.39.0",
        "@wordpress/scripts": "^32.0.0",
        "@wordpress/stylelint-config": "^23.31.0",
        "husky": "^9.1.7",
        "typescript": "^6.0.3"
    },
    "dependencies": {
        "classnames": "^2.5.1",
        "color-2-name": "^1.4.4",
        "dompurify": "^3.4.1",
        "svgo": "^3.3.3"
    },
	"engines": {
		"node": ">=14.0.0",
		"npm": ">=6.9.0"
	},
	"browserslist": [
		"extends @wordpress/browserslist-config"
	],
	"eslintConfig": {
		"extends": [
			"plugin:@wordpress/eslint-plugin/esnext"
		],
		"globals": {
			"window": true,
			"document": true,
			"localStorage": true
		}
	},
	"prettier": "@wordpress/prettier-config"
}
