{
	"name": "blockmotion",
	"version": "0.0.1",
	"description": "Add beautiful and customizable animations to your Gutenberg blocks. BlockMotion enhances the block editor with intuitive animation controls",
	"author": "wpsharif",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"files": [
    "build/**/*",
	 "assets/**/*",
    "readme.txt",
	 "blockmotion.php",
    "src/**/*"
  ],
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"env": "wp-env"
	},
	"devDependencies": {
		"@wordpress/env": "^10.22.0",
		"@wordpress/scripts": "^30.15.0"
	}
}
