{
	"name": "ultimate-cursor",
	"version": "0.2.0",
	"description": "Ultimate Cursor is a WordPress plugin that allows you to add custom cursors to your website.",
	"author": "WPXERO",
	"license": "GPL-2.0-or-later",
	"files": [
		"assets",
		"build",
		"classes",
		"includes",
		"languages",
		"*.php",
		"readme.txt",
		"vendor/freemius"
	],
	"scripts": {
		"dev": "wp-scripts start",
		"build": "wp-scripts build",
		"build:prod": "npm run make-pot && npm run make-json && npm run build && npm run plugin-zip",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:php": "composer run phpcs",
		"make-pot": "wp i18n make-pot ./ ./languages/ultimate-cursor.pot --skip-audit --exclude=vendor,vendors,tests,node_modules,build,dist-zip --headers='{\"Last-Translator\":\"Lazy Blocks Team\",\"Report-Msgid-Bugs-To\":\"https://github.com/WPXERO/ultimate-cursor/issues\"}'",
		"make-json": "po2json ./languages/ultimate-cursor.pot ./languages/ultimate-cursor.json --format=jed1.x --pretty --domain=ultimate-cursor",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip"
	},
  "devDependencies": {
    "@wordpress/scripts": "^31.5.0",
    "ajv": "^8.12.0",
    "ajv-keywords": "^5.1.0",
    "po2json": "^0.4.5"
  },
	"dependencies": {
		"@react-three/fiber": "^8.17.10",
		"@wordpress/icons": "^11.7.0",
		"antd": "^6.3.1",
		"emoji-picker-react": "^4.18.0",
		"react-transition-group": "^4.4.5",
		"three": "^0.183.2"
	}
}
