{
	"name": "@nelio-unlocker/wp-plugin",
	"version": "1.0.0",
	"description": "Transform web pages into WordPress page builders.",
	"main": "dist/index.js",
	"author": "Nelio Software",
	"license": "GPL-2.0-or-later",
	"prettier": "@wordpress/prettier-config",
	"engines": {
		"node": "14.15.0",
		"npm": "6.14.8"
	},
	"keywords": [
		"Converter",
		"Migration",
		"Page Builder",
		"WordPress"
	],
	"devDependencies": {
		"@emotion/react": "^11.1.1",
		"@types/lodash": "^4.14.165",
		"@types/react-select": "^3.0.27",
		"@types/wordpress__api-fetch": "^3.2.3",
		"@types/wordpress__components": "^9.8.5",
		"@types/wordpress__date": "^3.3.1",
		"@typescript-eslint/eslint-plugin": "^4.6.1",
		"@typescript-eslint/parser": "^4.6.1",
		"@wordpress/element": "^2.18.0",
		"@wordpress/eslint-plugin": "^7.3.0",
		"@wordpress/scripts": "^12.5.0",
		"@wordpress/url": "^2.20.0",
		"eslint": "^7.9.0",
		"eslint-plugin-functional": "^3.0.2",
		"react-select": "^3.1.1",
		"react-select-async-paginate": "^0.3.8",
		"react-svg-loader": "^3.0.3",
		"ts-loader": "^8.0.8",
		"typescript": "^4.0.3"
	},
	"scripts": {
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format:js": "wp-scripts format-js",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:md:js": "wp-scripts lint-md-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"start": "wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js"
	}
}
