{
	"name": "themes",
	"version": "1.0.67",
	"description": "Automattic free themes",
	"author": "automattic",
	"license": "GPL-2.0",
	"prettier": "@wordpress/prettier-config",
	"scripts": {
		"batch:audit:fix": "node .theme-utils/index.mjs audit-dependencies",
		"batch:build": "node .theme-utils/index.mjs build-all",
		"batch:build-blockbase-children": "node .theme-utils/index.mjs build-blockbase-children",
		"batch:install": "node .theme-utils/index.mjs install-dependencies",
		"batch:update": "node .theme-utils/index.mjs update-dependencies",
		"changelog:rebuild": "node .theme-utils/index.mjs rebuild-theme-changelog",
		"changelog:update": "node .theme-utils/index.mjs update-theme-changelog",
		"core:checkout": "node .theme-utils/index.mjs checkout-core-theme",
		"core:create-pr": "node .theme-utils/index.mjs create-core-github-pr",
		"core:pull": "node .theme-utils/index.mjs pull-core-themes",
		"core:push": "node .theme-utils/index.mjs push-core-themes",
		"core:sync": "node .theme-utils/index.mjs sync-core-theme",
		"deploy": "node .theme-utils/index.mjs push-button-deploy",
		"deploy:check-strict-typing": "node .theme-utils/index.mjs check-strict-typing",
		"deploy:core:sync": "node .theme-utils/index.mjs deploy-sync-core-theme",
		"deploy:preview": "node .theme-utils/index.mjs deploy-preview",
		"deploy:push:all": "node .theme-utils/index.mjs push-to-sandbox",
		"deploy:push:changes": "node .theme-utils/index.mjs push-changes-to-sandbox",
		"deploy:push:theme": "node .theme-utils/index.mjs push-theme-to-sandbox",
		"deploy:theme": "node .theme-utils/index.mjs deploy-theme",
		"deploy:test": "node .theme-utils/index.mjs test-push-button-deploy test",
		"deploy:version-bump": "node .theme-utils/index.mjs version-bump-themes",
		"deploy:version-bump-from-last-bump": "node .theme-utils/index.mjs version-bump-from-last-bump",
		"deploy:version-bump-in-pr": "node .theme-utils/index.mjs version-bump-in-pr",
		"help": "node .theme-utils/index.mjs help",
		"local:clean": "git reset --hard HEAD; git clean -fd",
		"package:dotorg": "node .theme-utils/index.mjs package-dotorg",
		"patterns:escape": "node .theme-utils/index.mjs escape-patterns",
		"prepare": "husky",
		"pull:all": "node .theme-utils/index.mjs pull-all-themes",
		"sandbox:clean": "node .theme-utils/index.mjs clean-sandbox",
		"validate:theme": "node .theme-utils/index.mjs validate-theme"
	},
	"devDependencies": {
		"@octokit/rest": "^21.1.0",
		"@wordpress/prettier-config": "^4.16.0",
		"@wordpress/scripts": "^30.9.0",
		"@wordpress/stylelint-config": "^23.8.0",
		"ajv": "^8.17.1",
		"ajv-draft-04": "^1.0.0",
		"chalk": "^5.4.1",
		"chokidar-cli": "^3.0.0",
		"dotenv": "^16.4.7",
		"fast-glob": "^3.3.2",
		"fs-extra": "^11.2.0",
		"husky": "^9.1.5",
		"inquirer": "^10.1.8",
		"lint-staged": "^15.2.9",
		"lodash": "^4.17.21",
		"octokit": "^4.0.2",
		"open": "^10.1.0",
		"parse5-html-rewriting-stream": "^7.0.0",
		"prettier": "npm:wp-prettier@^3.0.3",
		"semver": "^7.6.3",
		"string-progressbar": "^1.0.4",
		"table": "^6.8.2",
		"wp-prettier": "^3.0.3"
	},
	"stylelint": {
		"extends": "@wordpress/stylelint-config",
		"defaultSeverity": "warning"
	},
	"husky": {
		"hooks": {
			"pre-commit": "lint-staged && node pre-commit-hook.js"
		}
	},
	"lint-staged": {
		"*.{scss}": [
			"wp-scripts lint-style --fix="
		]
	},
	"workspaces": [
		"*/"
	]
}
