{
	"name": "video-callout",
	"version": "1.0.100001",
	"description": "VideoCallout project.",
	"author": "Web Engine Limited",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"popup",
		"video",
		"youtube",
		"vimeo",
		"google drive"
	],
	"homepage": "https://www.web-engineer.co.uk/",
	"repository": {
		"type": "svn",
		"url": "https://plugins.svn.wordpress.org/video-callout/"
	},
	"bugs": "https://wordpress.org/support/topic/important-read-first-2/",
	"files": [
		"assets",
		"classes",
		"languages",
		"lib",
		"readme.txt",
		"video-callout.php",
		"src-react",
		"src-ts"
	],
	"dependencies": {
		"prop-types": "^15.8.1",
		"react": "^18.3.1"
	},
	"devDependencies": {
		"@wordpress/env": "^10.20.0",
		"@wordpress/eslint-plugin": "^22.0.0",
		"@wordpress/icons": "^10.9.0",
		"@wordpress/scripts": "^30.7.0",
		"classnames": "^2.5.1",
		"typescript": "^5.8.2"
	},
	"scripts": {
		"build:frontend": "tsc --skipLibCheck --project ./src-ts",
		"build:admin": "wp-scripts build --source-path=./src-react --output-path=./assets/pack",
		"lint:css": "wp-scripts lint-style ./assets/**/*.css",
		"fix:css": "wp-scripts lint-style --fix ./assets/**/*.css",
		"lint:js-ts": "wp-scripts lint-js ./src-ts",
		"fix:js-ts": "wp-scripts lint-js ./src-ts --fix",
		"lint:js-react": "wp-scripts lint-js ./src-react",
		"fix:js-react": "wp-scripts lint-js ./src-react --fix",
		"zip": "wp-scripts plugin-zip"
	}
}
