• File: package.json
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/siteseo-pro/assets/js/breadcrumbs/package.json
  • Date Modified: 01/30/2025 8:01 AM
  • File size: 419 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
	"name": "breadcrumbs",
	"version": "0.1.0",
	"description": "Adds HTML breadcrumbs on the page",
	"author": "SiteSEO",
	"license": "GPL-2.0",
	"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",
		"start": "wp-scripts start"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.7.0"
	}
}