{
	"name": "nblock",
	"version": "1.0.1",
	"description": "nBlocks",
	"author": "ProCoders.co",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"run": "wp-scripts run",
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"packages-update": "wp-scripts packages-update",
		"start:post-filter": "wp-scripts start blocks/post-filter/src/index.js --output-path=blocks/post-filter/build/",
		"build:post-filter": "wp-scripts build blocks/post-filter/src/index.js --output-path=blocks/post-filter/build/"
	},
	"dependencies": {
		"@wordpress/block-editor": "^7.0.0",
		"@wordpress/blocks": "^11.0.0",
		"@wordpress/i18n": "^4.2.1"
	},
	"devDependencies": {
		"@wordpress/scripts": "^17.1.0"
	}
}
