{
	"name": "eth-embed-anchor-fm",
	"version": "1.0.0",
	"main": "Gruntfile.js",
	"author": "Erick Hitter",
	"scripts": {
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"test": "npm run test:e2e && npm run test:unit",
		"test:e2e": "wp-scripts test-e2e --passWithNoTests",
		"test:unit": "wp-scripts test-unit-js --passWithNoTests"
	},
	"devDependencies": {
		"@wordpress/scripts": "^23.5.0",
		"grunt": "^1.5.3",
		"grunt-wp-i18n": "^1.0.3",
		"grunt-wp-readme-to-markdown": "^2.1.0"
	},
	"dependencies": {
		"@wordpress/components": "^19.15.0",
		"@wordpress/hooks": "^3.13.0",
		"@wordpress/i18n": "^4.13.0"
	}
}