{
	"name": "typewriter-block",
	"version": "1.0.0",
	"description": "Block that uses css animation to make the text appears like it was written on the old-fashioned typewriter machine",
	"author": "DjordjeArsenovic",
	"license": "GPL-2.0-or-later",
	"homepage": "https://djolecodes.com",
	"main": "build/index.js",
	"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"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.9.0"
	},
	"dependencies": {
		"typewriter-effect": "^2.21.0"
	}
}
