{
	"name": "nelio-maps",
	"version": "1.0.0",
	"engines": {
		"node": ">=20"
	},
	"description": "",
	"main": "dist/index.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Nelio-Software/nelio-maps.git"
	},
	"keywords": [
		"google maps",
		"gutenberg block",
		"wordpress"
	],
	"author": "Nelio Software",
	"license": "GPL-3.0-or-later",
	"bugs": {
		"url": "https://github.com/Nelio-Software/nelio-maps/issues"
	},
	"homepage": "https://github.com/Nelio-Software/nelio-maps#readme",
	"prettier": "@wordpress/prettier-config",
	"scripts": {
		"build": "wp-scripts build",
		"format": "nelio-format-all",
		"format:css": "nelio-format-css",
		"format:js": "nelio-format-js",
		"format:php": "nelio-format-php",
		"lint": "nelio-lint-all",
		"lint:css": "nelio-lint-css",
		"lint:js": "nelio-lint-js",
		"lint:php": "nelio-lint-php",
		"start": "wp-scripts start",
		"tasks": "ag --recurse --word --noheading --nobreak --ignore={'node_modules','vendor','dist','.lando','package.json'} \"TODO|FIXME|BUG|NOTE|HACK|XXX|INFO|OPTIMIZE|REVIEW|DEPRECATED|WARNING|PERF|DEBUG|DOC\"",
		"postinstall": "touch node_modules/.metadata_never_index && rm -f .git/hooks/pre-commit && ln -s ~/.local/bin/nelio-pre-commit .git/hooks/pre-commit",
		"release": "nelio-svn-publish",
		"zipify": "nelio-zipify"
	},
	"devDependencies": {
		"@types/lodash": "^4.17.20",
		"@types/wordpress__block-editor": "7.0.0",
		"@typescript-eslint/eslint-plugin": "^8.27.0",
		"@typescript-eslint/parser": "^8.27.0",
		"@typescript-eslint/utils": "^8.27.0",
		"@vis.gl/react-google-maps": "^1.7.1",
		"@wordpress/babel-preset-default": "latest",
		"@wordpress/block-editor": "^13.0.7",
		"@wordpress/blocks": "^13.0.3",
		"@wordpress/components": "^28.0.3",
		"@wordpress/compose": "^7.0.1",
		"@wordpress/element": "^6.0.1",
		"@wordpress/eslint-plugin": "latest",
		"@wordpress/i18n": "^5.0.1",
		"@wordpress/prettier-config": "latest",
		"@wordpress/scripts": "latest",
		"clsx": "^2.1.1",
		"copy-webpack-plugin": "^13.0.1",
		"eslint-import-resolver-typescript": "^4.4.4",
		"fork-ts-checker-webpack-plugin": "^9.0.2",
		"lodash": "^4.17.21",
		"mini-css-extract-plugin": "^2.9.4",
		"prettier": "npm:wp-prettier@latest",
		"typescript": "^5.8.2"
	}
}
